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 | |
eu.bandm.tools.lljava.parser |
Modifier and Type | Method and Description |
---|---|
LLJava.Load |
LLJava.Load.doclone()
Clones this object.
|
LLJava.Load |
LLJava.Load.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.Load> |
LLJava.Load.get_arg(Pattern<? super LLJava.LoadArgument> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.Load> |
LLJava.__Patterns.term_Load(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super LLJava.LoadArgument> p_arg) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Load e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Load e0) |
protected void |
LLJava.Visitor.action(LLJava.Load e0) |
protected void |
LLJava.__Formatter.action(LLJava.Load el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Load e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Load e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Load e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Load e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.Load el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Load(Pattern<? super LLJava.Load> p) |
Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.descend(LLJava.Load x) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.Load> |
LLJavaGrammar.loadInstruction |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Load |
LLJavaGrammar.loadInstruction(Reducer.Context<SourceId> context,
LLJava.LoadArgument argument) |
protected LLJava.Load |
LLJavaParser.loadInstruction(Reducer.Context<SourceId> context,
LLJava.LoadArgument argument) |
see also the complete user documentation .