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