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.Store |
LLJava.Store.doclone()
Clones this object.
|
LLJava.Store |
LLJava.Store.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
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.Store> |
LLJava.__Patterns.term_Store(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super LLJava.StoreArgument> p_arg) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Store e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Store e0) |
protected void |
LLJava.Visitor.action(LLJava.Store e0) |
protected void |
LLJava.__Formatter.action(LLJava.Store el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Store e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Store e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Store e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Store e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.Store el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Store(Pattern<? super LLJava.Store> p) |
Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.descend(LLJava.Store x) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.Store> |
LLJavaGrammar.storeInstruction |
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 .