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 | Field and Description |
---|---|
protected LLJava.New |
LLJava.UninitializedNewVType.offset
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.New |
LLJava.New.doclone()
Clones this object.
|
LLJava.New |
LLJava.UninitializedNewVType.get_offset()
Generated by umod; model author's documentation MISSING.
|
LLJava.New |
LLJava.New.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.New> |
LLJava.New.get_multiarray(Pattern<? super Integer> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.New> |
LLJava.__Patterns.term_New(Pattern<? super LLJava.TypeInstruction> superpattern,
Pattern<? super Integer> p_multiarray) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.New e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.New e0) |
protected void |
LLJava.Visitor.action(LLJava.New e0) |
protected void |
LLJava.__Formatter.action(LLJava.New el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.New e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.New e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.New e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.New e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.New el) |
LLJava.UninitializedNewVType |
LLJava.UninitializedNewVType.with_offset(LLJava.New val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_New(Pattern<? super LLJava.New> p) |
static Pattern<LLJava.UninitializedNewVType> |
LLJava.UninitializedNewVType.get_offset(Pattern<? super LLJava.New> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.UninitializedNewVType> |
LLJava.__Patterns.term_UninitializedNewVType(Pattern<? super LLJava.Category1VType> superpattern,
Pattern<? super LLJava.New> p_offset) |
Constructor and Description |
---|
UninitializedNewVType(LLJava.New offset)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.descend(LLJava.New x) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.New> |
LLJavaGrammar.newInstruction |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.New |
LLJavaGrammar.newInstruction(Reducer.Context<SourceId> context,
LLJava.TypeExpr baseType,
List<LLJava.DimensionExpr> dims) |
protected LLJava.New |
LLJavaParser.newInstruction(Reducer.Context<SourceId> context,
LLJava.TypeExpr baseType,
List<LLJava.DimensionExpr> dimensions) |
see also the complete user documentation .