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.
|
Modifier and Type | Class and Description |
---|---|
static class |
LLJava.ConstantFloat
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.ConstantInteger
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.ConstantString
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.ConstantSingleValue |
LLJava.ConstantSingleValue.doclone()
Clones this object.
|
LLJava.ConstantSingleValue |
LLJava.ConstantSingleValue.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<? super LLJava.ConstantSingleValue> |
LLJava.__Patterns.term_ConstantSingleValue(Pattern<? super LLJava.Loadable> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.ConstantSingleValue e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.ConstantSingleValue e0) |
protected void |
LLJava.Visitor.action(LLJava.ConstantSingleValue e0) |
protected void |
LLJava.__Formatter.action(LLJava.ConstantSingleValue el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.ConstantSingleValue e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.ConstantSingleValue e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.ConstantSingleValue e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.ConstantSingleValue e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.ConstantSingleValue el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantSingleValue(Pattern<? super LLJava.ConstantSingleValue> p) |
static Pattern<? super LLJava.ConstantFloat> |
LLJava.__Patterns.term_ConstantFloat(Pattern<? super LLJava.ConstantSingleValue> superpattern,
Pattern<? super Float> p_value) |
static Pattern<? super LLJava.ConstantInteger> |
LLJava.__Patterns.term_ConstantInteger(Pattern<? super LLJava.ConstantSingleValue> superpattern,
Pattern<? super Integer> p_value) |
static Pattern<? super LLJava.ConstantString> |
LLJava.__Patterns.term_ConstantString(Pattern<? super LLJava.ConstantSingleValue> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_value) |
see also the complete user documentation .