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 | Class and Description |
---|---|
static class |
LLJava.ArrayAccess
Syntactic expression denoting an array access.
|
static class |
LLJava.SlotRef
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.SlotReference
Syntactic expression denoting an anonymous variable
slot reference.
|
static class |
LLJava.This
Syntactic expression denoting a
this
reference. |
static class |
LLJava.VariableAccess
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.VariableRef
Syntactic expression denoting a local variable
reference.
|
Modifier and Type | Field and Description |
---|---|
protected LLJava.StoreArgument |
LLJava.Store.arg
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.StoreArgument |
LLJava.StoreArgument.doclone()
Clones this object.
|
LLJava.StoreArgument |
LLJava.Store.get_arg()
Generated by umod; model author's documentation MISSING.
|
LLJava.StoreArgument |
LLJava.StoreArgument.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<? super LLJava.StoreArgument> |
LLJava.__Patterns.term_StoreArgument(Pattern<? super LLJava.LoadArgument> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.StoreArgument e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.StoreArgument e0) |
protected void |
LLJava.Visitor.action(LLJava.StoreArgument e0) |
protected void |
LLJava.__Formatter.action(LLJava.StoreArgument el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.StoreArgument e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.StoreArgument e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.StoreArgument e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.StoreArgument e0) |
boolean |
LLJava.Store.set_arg(LLJava.StoreArgument val)
Generated by umod; model author's documentation MISSING.
|
static LLJava.Instruction |
Factory.store(LLJava.StoreArgument arg) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.StoreArgument el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_StoreArgument(Pattern<? super LLJava.StoreArgument> p) |
static Pattern<LLJava.Store> |
LLJava.Store.get_arg(Pattern<? super LLJava.StoreArgument> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.ArrayAccess> |
LLJava.__Patterns.term_ArrayAccess(Pattern<? super LLJava.StoreArgument> superpattern,
Pattern<? super LLJava.Type> p_type) |
static Pattern<? super LLJava.Store> |
LLJava.__Patterns.term_Store(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super LLJava.StoreArgument> p_arg) |
static Pattern<? super LLJava.VariableAccess> |
LLJava.__Patterns.term_VariableAccess(Pattern<? super LLJava.StoreArgument> superpattern,
Pattern<? super LLJava.Slot> p_target) |
Constructor and Description |
---|
Store(LLJava.StoreArgument arg)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.StoreArgument> |
LLJavaGrammar.storeArgument |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Store |
LLJavaGrammar.storeInstruction(Reducer.Context<SourceId> context,
LLJava.StoreArgument argument) |
protected LLJava.Store |
LLJavaParser.storeInstruction(Reducer.Context<SourceId> context,
LLJava.StoreArgument argument) |
see also the complete user documentation .