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 |
Modifier and Type | Field and Description |
---|---|
protected LLJava.ConstantString |
LLJava.StringLiteral.entry
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.ConstantString |
LLJava.ConstantString.doclone()
Clones this object.
|
LLJava.ConstantString |
LLJava.StringLiteral.get_entry()
Generated by umod; model author's documentation MISSING.
|
LLJava.ConstantString |
LLJava.ConstantString.initFrom(Object o0)
Copies values of all common fields from the argument.
|
LLJava.ConstantString |
LLJava.ConstantString.with_value(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.ConstantString> |
LLJava.ConstantString.get_value(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.ConstantString> |
LLJava.__Patterns.term_ConstantString(Pattern<? super LLJava.ConstantSingleValue> superpattern,
Pattern<? super LLJava.ConstantUTF8> p_value) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.ConstantString e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.ConstantString e0) |
protected void |
LLJava.Visitor.action(LLJava.ConstantString e0) |
protected void |
LLJava.__Formatter.action(LLJava.ConstantString el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.ConstantString e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.ConstantString e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.ConstantString e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.ConstantString e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.ConstantString el) |
boolean |
LLJava.ConstantString.x_equals(LLJava.ConstantString e0) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_ConstantString(Pattern<? super LLJava.ConstantString> p) |
Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.descend(LLJava.ConstantString e) |
see also the complete user documentation .