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.Inc |
LLJava.Inc.doclone()
Clones this object.
|
LLJava.Inc |
LLJava.Inc.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.Inc> |
LLJava.Inc.get_increment(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Inc> |
LLJava.Inc.get_target(Pattern<? super LLJava.VariableAccess> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.Inc> |
LLJava.__Patterns.term_Inc(Pattern<? super LLJava.ArithInstruction> superpattern,
Pattern<? super LLJava.VariableAccess> p_target,
Pattern<? super Integer> p_increment) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Inc e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Inc e0) |
protected void |
LLJava.Visitor.action(LLJava.Inc e0) |
protected void |
LLJava.__Formatter.action(LLJava.Inc el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Inc e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Inc e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Inc e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Inc e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.Inc el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Inc(Pattern<? super LLJava.Inc> p) |
Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.descend(LLJava.Inc x) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.Inc> |
LLJavaGrammar.incInstruction |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Inc |
LLJavaGrammar.incInstruction(Reducer.Context<SourceId> context,
LLJava.VariableRef target,
int increment) |
protected LLJava.Inc |
LLJavaParser.incInstruction(Reducer.Context<SourceId> context,
LLJava.VariableRef target,
int increment) |
see also the complete user documentation .