Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Attributable
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.Attributable in eu.bandm.tools.lljava.absy
Modifier and TypeClassDescriptionstatic class
Definition of a class.static class
Definition of a field.static class
Generated by umod; model author's documentation MISSING.static class
Abstract base class of fields and methods.static class
Definition of a method.Modifier and TypeMethodDescriptionLLJava.Attributable.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier and TypeMethodDescriptionstatic Pattern<LLJava.Attributable>
LLJava.Attributable.get_attrs
(Pattern<? super CheckedList<LLJava.Attribute>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Attributable>
LLJava.__Patterns.term_Attributable
(Pattern<? super LLJava.Modifiable> superpattern, Pattern<? super CheckedList<LLJava.Attribute>> p_attrs) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.Attributable el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.Attributable e0) protected void
LLJava.MultiVisitor.action
(LLJava.Attributable e0) protected void
LLJava.Visitor.action
(LLJava.Attributable e0) protected void
LLJava.MultiVisitor.descend
(LLJava.Attributable e0) void
LLJava.MultiVisitor.follow_attrs
(LLJava.Attributable element) void
LLJava.Visitor.follow_attrs
(LLJava.Attributable element) void
LLJava.MATCH_ONLY_00.followAll_attrs
(LLJava.Attributable element) void
LLJava.MATCH_ONLY_00.match
(LLJava.Attributable e0) protected void
LLJava.MultiVisitor.post
(LLJava.Attributable e0) protected void
LLJava.MultiVisitor.pre
(LLJava.Attributable e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.Attributable el) Modifier and TypeMethodDescriptionLLJava.__Patterns.cast_Attributable
(Pattern<? super LLJava.Attributable> p) static Pattern<LLJava.Class>
LLJava.__Patterns.term_Class
(Pattern<? super LLJava.Attributable> superpattern, Pattern<? super LLJava.QualId> p_name, Pattern<? super LLJava.Id> p_innerName, Pattern<? super CheckedList<LLJava.TypeParameter>> p_typeParameters, Pattern<? super LLJava.ClassReference> p_superClass, Pattern<? super CheckedList<LLJava.ClassReference>> p_interfaces, Pattern<? super CheckedList<LLJava.Field>> p_fields, Pattern<? super CheckedList<LLJava.Method>> p_methods, Pattern<? super CheckedList<LLJava.InnerClass>> p_innerClasses, Pattern<? super CheckedList<LLJava.ConstantPoolEntry>> p_pool, Pattern<? super LLJava.ClassRef> p_thisEntry, Pattern<? super LLJava.ConstantUTF8> p_signatureEntry) static Pattern<LLJava.InnerClass>
LLJava.__Patterns.term_InnerClass
(Pattern<? super LLJava.Attributable> superpattern, Pattern<? super LLJava.Id> p_name, Pattern<? super LLJava.Class> p_definition) 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)