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 | Method and Description |
---|---|
LLJava.CmpFloating |
LLJava.CmpFloating.doclone()
Clones this object.
|
LLJava.CmpFloating |
LLJava.CmpFloating.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.CmpFloating> |
LLJava.CmpFloating.get_greaterNaN(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.CmpFloating> |
LLJava.__Patterns.term_CmpFloating(Pattern<? super LLJava.Cmp> superpattern,
Pattern<? super Boolean> p_greaterNaN) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.CmpFloating e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.CmpFloating e0) |
protected void |
LLJava.Visitor.action(LLJava.CmpFloating e0) |
protected void |
LLJava.__Formatter.action(LLJava.CmpFloating el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.CmpFloating e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.CmpFloating e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.CmpFloating e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.CmpFloating e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.CmpFloating el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_CmpFloating(Pattern<? super LLJava.CmpFloating> p) |
Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.descend(LLJava.CmpFloating x) |
see also the complete user documentation .