Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Member
Packages that use LLJava.Member
Package
Description
Abstract Syntax of LLJava, representing the byte code instructions, the
objects which contain byte code, and the attributes specific to byte code
classes.
-
Uses of LLJava.Member in eu.bandm.tools.lljava.absy
Subclasses of LLJava.Member in eu.bandm.tools.lljava.absyModifier and TypeClassDescriptionstatic classDefinition of a field.static classDefinition of a method.Methods in eu.bandm.tools.lljava.absy that return LLJava.MemberModifier and TypeMethodDescriptionLLJava.Member.doclone()Clones this object.Copies values of all common fields from the argument.Methods in eu.bandm.tools.lljava.absy that return types with arguments of type LLJava.MemberModifier and TypeMethodDescriptionstatic Pattern<LLJava.Member> LLJava.Member.get_descriptorEntry(Pattern<? super LLJava.ConstantUTF8> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Member> Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Member> LLJava.Member.get_nameEntry(Pattern<? super LLJava.ConstantUTF8> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Member> LLJava.Member.get_signatureEntry(Pattern<? super LLJava.ConstantUTF8> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Member> LLJava.__Patterns.term_Member(Pattern<? super LLJava.Attributable> superpattern, Pattern<? super LLJava.Id> p_name, Pattern<? super LLJava.ConstantUTF8> p_nameEntry, Pattern<? super LLJava.ConstantUTF8> p_descriptorEntry, Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.MemberModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.Member el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Member e0) protected voidLLJava.MultiVisitor.action(LLJava.Member e0) protected voidLLJava.Visitor.action(LLJava.Member e0) protected voidLLJava.MultiVisitor.descend(LLJava.Member e0) voidLLJava.MATCH_ONLY_00.match(LLJava.Member e0) protected voidLLJava.MultiVisitor.post(LLJava.Member e0) protected voidLLJava.MultiVisitor.pre(LLJava.Member e0) protected FormatLLJava.__Formatter.toFormat(LLJava.Member el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.MemberModifier and TypeMethodDescriptionLLJava.__Patterns.cast_Member(Pattern<? super LLJava.Member> p) static Pattern<LLJava.Field> LLJava.__Patterns.term_Field(Pattern<? super LLJava.Member> superpattern, Pattern<? super LLJava.TypeExpr> p_type, Pattern<? super LLJava.Literal> p_initializer) static Pattern<LLJava.Method> LLJava.__Patterns.term_Method(Pattern<? super LLJava.Member> superpattern, Pattern<? super CheckedList<LLJava.TypeParameter>> p_typeParameters, Pattern<? super LLJava.ResultExpr> p_result, Pattern<? super CheckedList<LLJava.Parameter>> p_parameters, Pattern<? super CheckedList<LLJava.ClassReference>> p_exceptions, Pattern<? super LLJava.MethodBody> p_body) -
Uses of LLJava.Member in eu.bandm.tools.lljava.parser
Fields in eu.bandm.tools.lljava.parser with type parameters of type LLJava.Member