Package | Description |
---|---|
eu.bandm.tools.lljava.absy |
Abstract Syntax of LLJava, representing the byte code instructions, the objects which
contain byte code, and the attributes specific to byte code classes.
|
eu.bandm.tools.lljava.parser |
Modifier and Type | Class and Description |
---|---|
static class |
LLJava.AbstractMethodBody
Syntactic expression defining an
abstract or
native method. |
static class |
LLJava.CodeMethodBody
Syntactic expression defining the body of a method
by code.
|
static class |
LLJava.DefaultMethodBody
Syntactic expression defining the body of a method
by an annotation default value.
|
Modifier and Type | Field and Description |
---|---|
protected LLJava.MethodBody |
LLJava.Method.body
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.MethodBody |
LLJava.MethodBody.doclone()
Clones this object.
|
LLJava.MethodBody |
LLJava.Method.get_body()
Generated by umod; model author's documentation MISSING.
|
LLJava.MethodBody |
LLJava.MethodBody.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<? super LLJava.MethodBody> |
LLJava.__Patterns.term_MethodBody(Pattern<? super LLJava.Node> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.MethodBody e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.MethodBody e0) |
protected void |
LLJava.Visitor.action(LLJava.MethodBody e0) |
protected void |
LLJava.__Formatter.action(LLJava.MethodBody el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.MethodBody e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.MethodBody e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.MethodBody e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.MethodBody e0) |
boolean |
LLJava.Method.set_body(LLJava.MethodBody val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
LLJava.__Formatter.toFormat(LLJava.MethodBody el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_MethodBody(Pattern<? super LLJava.MethodBody> p) |
static Pattern<LLJava.Method> |
LLJava.Method.get_body(Pattern<? super LLJava.MethodBody> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.AbstractMethodBody> |
LLJava.__Patterns.term_AbstractMethodBody(Pattern<? super LLJava.MethodBody> superpattern) |
static Pattern<? super LLJava.CodeMethodBody> |
LLJava.__Patterns.term_CodeMethodBody(Pattern<? super LLJava.MethodBody> superpattern,
Pattern<? super LLJava.Block> p_block,
Pattern<? super CheckedList<LLJava.Exception>> p_exceptionTable,
Pattern<? super Integer> p_maxLocals,
Pattern<? super Integer> p_maxOperands,
Pattern<? super CheckedSet<LLJava.Instruction>> p_stackMapPlaces,
Pattern<? super CheckedList<LLJava.StackFrameDelta>> p_stackMap) |
static Pattern<? super LLJava.DefaultMethodBody> |
LLJava.__Patterns.term_DefaultMethodBody(Pattern<? super LLJava.MethodBody> superpattern,
Pattern<? super LLJava.AnnotationValue> p_value) |
static Pattern<? super 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) |
Constructor and Description |
---|
Method(LLJava.ResultExpr result,
LLJava.Id name,
LLJava.MethodBody body)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.MethodBody> |
LLJavaGrammar.methodBody |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Method |
LLJavaGrammar.methodDefinition(Reducer.Context<SourceId> context,
List<LLJava.ModifierExpr> modifiers,
List<LLJava.TypeParameter> typeParameters,
LLJava.ResultExpr returnType,
LLJava.Id name,
List<LLJava.Parameter> parameters,
List<LLJava.ClassReference> exceptions,
LLJava.MethodBody body) |
protected LLJava.Method |
LLJavaParser.methodDefinition(Reducer.Context<SourceId> context,
List<LLJava.ModifierExpr> modifiers,
List<LLJava.TypeParameter> typeParameters,
LLJava.ResultExpr returnType,
LLJava.Id name,
List<LLJava.Parameter> parameters,
List<LLJava.ClassReference> exceptions,
LLJava.MethodBody body) |
see also the complete user documentation .