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 | Method and Description |
---|---|
LLJava.CodeMethodBody |
LLJava.CodeMethodBody.doclone()
Clones this object.
|
LLJava.CodeMethodBody |
ControlFlowSynthesizer.getBody() |
LLJava.CodeMethodBody |
LLJava.CodeMethodBody.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.CodeMethodBody> |
LLJava.CodeMethodBody.get_block(Pattern<? super LLJava.Block> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.CodeMethodBody> |
LLJava.CodeMethodBody.get_exceptionTable(Pattern<? super CheckedList<LLJava.Exception>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.CodeMethodBody> |
LLJava.CodeMethodBody.get_maxLocals(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.CodeMethodBody> |
LLJava.CodeMethodBody.get_maxOperands(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.CodeMethodBody> |
LLJava.CodeMethodBody.get_stackMap(Pattern<? super CheckedList<LLJava.StackFrameDelta>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.CodeMethodBody> |
LLJava.CodeMethodBody.get_stackMapPlaces(Pattern<? super CheckedSet<LLJava.Instruction>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.CodeMethodBody e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.CodeMethodBody e0) |
protected void |
LLJava.Visitor.action(LLJava.CodeMethodBody e0) |
protected void |
LLJava.__Formatter.action(LLJava.CodeMethodBody el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.CodeMethodBody e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.CodeMethodBody e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.CodeMethodBody e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.CodeMethodBody e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.CodeMethodBody el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_CodeMethodBody(Pattern<? super LLJava.CodeMethodBody> p) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.CodeMethodBody> |
LLJavaGrammar.codeMethodBody |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.CodeMethodBody |
LLJavaGrammar.codeMethodBody(Reducer.Context<SourceId> context,
LLJava.Block block) |
protected LLJava.CodeMethodBody |
LLJavaParser.codeMethodBody(Reducer.Context<SourceId> context,
LLJava.Block block) |
see also the complete user documentation .