Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier and TypeClassDescriptionstatic class
Definition of a field.static class
Definition of a method.Modifier and TypeMethodDescriptionLLJava.Member.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier 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) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.Member el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.Member e0) protected void
LLJava.MultiVisitor.action
(LLJava.Member e0) protected void
LLJava.Visitor.action
(LLJava.Member e0) protected void
LLJava.MultiVisitor.descend
(LLJava.Member e0) void
LLJava.MATCH_ONLY_00.match
(LLJava.Member e0) protected void
LLJava.MultiVisitor.post
(LLJava.Member e0) protected void
LLJava.MultiVisitor.pre
(LLJava.Member e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.Member el) Modifier 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