Uses of Class
eu.bandm.tools.lljava.absy.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
Modifier and TypeClassDescriptionstatic class
Abstract base class of nodes that can carry bytecode attributes.static 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.static class
Specification of a formal parameter of a method.Modifier and TypeMethodDescriptionLLJava.Modifiable.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier 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) Modifier and TypeMethodDescriptionprotected void
LLJava.__Formatter.action
(LLJava.Modifiable el) protected void
LLJava.MATCH_ONLY_00.action
(LLJava.Modifiable e0) protected void
LLJava.MultiVisitor.action
(LLJava.Modifiable e0) protected void
LLJava.Visitor.action
(LLJava.Modifiable e0) protected void
LLJava.MultiVisitor.descend
(LLJava.Modifiable e0) void
LLJava.MultiVisitor.follow_annotations
(LLJava.Modifiable element) void
LLJava.Visitor.follow_annotations
(LLJava.Modifiable element) void
LLJava.MultiVisitor.follow_modifiers
(LLJava.Modifiable element) void
LLJava.Visitor.follow_modifiers
(LLJava.Modifiable element) void
LLJava.MATCH_ONLY_00.followAll_annotations
(LLJava.Modifiable element) void
LLJava.MATCH_ONLY_00.followAll_modifiers
(LLJava.Modifiable element) void
LLJava.MATCH_ONLY_00.match
(LLJava.Modifiable e0) protected void
LLJava.MultiVisitor.post
(LLJava.Modifiable e0) protected void
LLJava.MultiVisitor.pre
(LLJava.Modifiable e0) protected Format
LLJava.__Formatter.toFormat
(LLJava.Modifiable el) Modifier 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)