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.codec |
Modifier and Type | Method and Description |
---|---|
LLJava.Nop |
LLJava.Nop.doclone()
Clones this object.
|
LLJava.Nop |
LLJava.Nop.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<? super LLJava.Nop> |
LLJava.__Patterns.term_Nop(Pattern<? super LLJava.Instruction> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Nop e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Nop e0) |
protected void |
LLJava.Visitor.action(LLJava.Nop e0) |
protected void |
LLJava.__Formatter.action(LLJava.Nop el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Nop e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Nop e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Nop e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Nop e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.Nop el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Nop(Pattern<? super LLJava.Nop> p) |
Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.action(LLJava.Nop n) |
see also the complete user documentation .