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.parser |
Modifier and Type | Class and Description |
---|---|
static class |
LLJava.CmpFloating
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.CmpGT
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.CmpIntegral
Generated by umod; model author's documentation MISSING.
|
static class |
LLJava.CmpLT
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Cmp |
LLJava.Cmp.doclone()
Clones this object.
|
LLJava.Cmp |
LLJava.Cmp.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<? super LLJava.Cmp> |
LLJava.__Patterns.term_Cmp(Pattern<? super LLJava.ArithInstruction> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Cmp e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Cmp e0) |
protected void |
LLJava.Visitor.action(LLJava.Cmp e0) |
protected void |
LLJava.__Formatter.action(LLJava.Cmp el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Cmp e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Cmp e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Cmp e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Cmp e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.Cmp el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Cmp(Pattern<? super LLJava.Cmp> p) |
static Pattern<? super LLJava.CmpFloating> |
LLJava.__Patterns.term_CmpFloating(Pattern<? super LLJava.Cmp> superpattern,
Pattern<? super Boolean> p_greaterNaN) |
static Pattern<? super LLJava.CmpGT> |
LLJava.__Patterns.term_CmpGT(Pattern<? super LLJava.Cmp> superpattern) |
static Pattern<? super LLJava.CmpIntegral> |
LLJava.__Patterns.term_CmpIntegral(Pattern<? super LLJava.Cmp> superpattern) |
static Pattern<? super LLJava.CmpLT> |
LLJava.__Patterns.term_CmpLT(Pattern<? super LLJava.Cmp> superpattern) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.Cmp> |
LLJavaGrammar.cmpInstruction |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Cmp |
LLJavaGrammar.cmpInstruction(Reducer.Context<SourceId> context,
Optional<Boolean> greater) |
protected LLJava.Cmp |
LLJavaParser.cmpInstruction(Reducer.Context<SourceId> context,
Optional<Boolean> greater) |
see also the complete user documentation .