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.Put |
LLJava.Put.doclone()
Clones this object.
|
LLJava.Put |
LLJava.Put.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<? super LLJava.Put> |
LLJava.__Patterns.term_Put(Pattern<? super LLJava.FieldAccess> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Put e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Put e0) |
protected void |
LLJava.Visitor.action(LLJava.Put e0) |
protected void |
LLJava.__Formatter.action(LLJava.Put el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Put e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Put e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Put e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Put e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.Put el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Put(Pattern<? super LLJava.Put> p) |
Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.descend(LLJava.Put x) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.Put> |
LLJavaGrammar.putInstruction |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Put |
LLJavaGrammar.putInstruction(Reducer.Context<SourceId> context,
Void dummy,
boolean statically,
LLJava.FieldReference field) |
protected LLJava.Put |
LLJavaParser.putInstruction(Reducer.Context<SourceId> context,
Void dummy,
boolean statically,
LLJava.FieldReference field) |
see also the complete user documentation .