Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Attributable
Packages that use 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
Subclasses of LLJava.Attributable in eu.bandm.tools.lljava.absyModifier and TypeClassDescriptionstatic classDefinition of a class.static classDefinition of a field.static classGenerated by umod; model author's documentation MISSING.static classAbstract base class of fields and methods.static classDefinition of a method.Methods in eu.bandm.tools.lljava.absy that return LLJava.AttributableModifier and TypeMethodDescriptionLLJava.Attributable.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.AttributableModifier 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) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.AttributableModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.Attributable el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Attributable e0) protected voidLLJava.MultiVisitor.action(LLJava.Attributable e0) protected voidLLJava.Visitor.action(LLJava.Attributable e0) protected voidLLJava.MultiVisitor.descend(LLJava.Attributable e0) voidLLJava.MultiVisitor.follow_attrs(LLJava.Attributable element) voidLLJava.Visitor.follow_attrs(LLJava.Attributable element) voidLLJava.MATCH_ONLY_00.followAll_attrs(LLJava.Attributable element) voidLLJava.MATCH_ONLY_00.match(LLJava.Attributable e0) protected voidLLJava.MultiVisitor.post(LLJava.Attributable e0) protected voidLLJava.MultiVisitor.pre(LLJava.Attributable e0) protected FormatLLJava.__Formatter.toFormat(LLJava.Attributable el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.AttributableModifier 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)