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.live | |
eu.bandm.tools.lljava.parser |
Modifier and Type | Method and Description |
---|---|
LLJava.VariableRef |
LLJava.VariableRef.doclone()
Clones this object.
|
LLJava.VariableRef |
LLJava.VariableRef.initFrom(Object o0)
Copies values of all common fields from the argument.
|
static LLJava.VariableRef |
Factory.ref(LLJava.Variable var) |
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.VariableRef> |
LLJava.VariableRef.get_name(Pattern<? super LLJava.Name> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.VariableRef> |
LLJava.__Patterns.term_VariableRef(Pattern<? super LLJava.VariableAccess> superpattern,
Pattern<? super LLJava.Name> p_name) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.VariableRef e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.VariableRef e0) |
protected void |
LLJava.Visitor.action(LLJava.VariableRef e0) |
protected void |
LLJava.__Formatter.action(LLJava.VariableRef el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.VariableRef e0) |
static LLJava.Instruction |
Factory.inc(LLJava.VariableRef var,
int diff) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.VariableRef e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.VariableRef e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.VariableRef e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.VariableRef el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_VariableRef(Pattern<? super LLJava.VariableRef> p) |
Modifier and Type | Method and Description |
---|---|
protected eu.bandm.tools.lljava.live.VariableContext.Variable |
BaseCompilationContext.variable(LLJava.Type type,
LLJava.VariableRef ref) |
protected eu.bandm.tools.lljava.live.VariableContext.Variable |
BaseCompilationContext.variable(LLJava.Type type,
LLJava.VariableRef ref) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.VariableRef> |
LLJavaGrammar.variableReference |
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 .