Uses of Class
eu.bandm.tools.lljava.absy.LLJava.Modifiable
Packages that use LLJava.Modifiable
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.Modifiable in eu.bandm.tools.lljava.absy
Subclasses of LLJava.Modifiable in eu.bandm.tools.lljava.absyModifier and TypeClassDescriptionstatic classAbstract base class of nodes that can carry bytecode attributes.static 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.static classSpecification of a formal parameter of a method.Methods in eu.bandm.tools.lljava.absy that return LLJava.ModifiableModifier and TypeMethodDescriptionLLJava.Modifiable.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.ModifiableModifier and TypeMethodDescriptionstatic Pattern<LLJava.Modifiable> LLJava.Modifiable.get_annotations(Pattern<? super CheckedList<LLJava.Annotation>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Modifiable> LLJava.Modifiable.get_modifiers(Pattern<? super EnumSet<LLJava.Modifier>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<LLJava.Modifiable> LLJava.__Patterns.term_Modifiable(Pattern<? super LLJava.Node> superpattern, Pattern<? super CheckedList<LLJava.Annotation>> p_annotations, Pattern<? super EnumSet<LLJava.Modifier>> p_modifiers) Methods in eu.bandm.tools.lljava.absy with parameters of type LLJava.ModifiableModifier and TypeMethodDescriptionprotected voidLLJava.__Formatter.action(LLJava.Modifiable el) protected voidLLJava.MATCH_ONLY_00.action(LLJava.Modifiable e0) protected voidLLJava.MultiVisitor.action(LLJava.Modifiable e0) protected voidLLJava.Visitor.action(LLJava.Modifiable e0) protected voidLLJava.MultiVisitor.descend(LLJava.Modifiable e0) voidLLJava.MultiVisitor.follow_annotations(LLJava.Modifiable element) voidLLJava.Visitor.follow_annotations(LLJava.Modifiable element) voidLLJava.MultiVisitor.follow_modifiers(LLJava.Modifiable element) voidLLJava.Visitor.follow_modifiers(LLJava.Modifiable element) voidLLJava.MATCH_ONLY_00.followAll_annotations(LLJava.Modifiable element) voidLLJava.MATCH_ONLY_00.followAll_modifiers(LLJava.Modifiable element) voidLLJava.MATCH_ONLY_00.match(LLJava.Modifiable e0) protected voidLLJava.MultiVisitor.post(LLJava.Modifiable e0) protected voidLLJava.MultiVisitor.pre(LLJava.Modifiable e0) protected FormatLLJava.__Formatter.toFormat(LLJava.Modifiable el) Method parameters in eu.bandm.tools.lljava.absy with type arguments of type LLJava.ModifiableModifier and TypeMethodDescriptionLLJava.__Patterns.cast_Modifiable(Pattern<? super LLJava.Modifiable> p) static Pattern<LLJava.Attributable> LLJava.__Patterns.term_Attributable(Pattern<? super LLJava.Modifiable> superpattern, Pattern<? super CheckedList<LLJava.Attribute>> p_attrs) static Pattern<LLJava.Parameter> LLJava.__Patterns.term_Parameter(Pattern<? super LLJava.Modifiable> superpattern, Pattern<? super LLJava.TypeExpr> p_type, Pattern<? super LLJava.Name> p_name, Pattern<? super LLJava.Variable> p_variable)