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 | Method and Description |
---|---|
LLJava.BooleanLiteral |
LLJava.BooleanLiteral.doclone()
Clones this object.
|
LLJava.BooleanLiteral |
LLJava.BooleanLiteral.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.BooleanLiteral> |
LLJava.BooleanLiteral.get_value(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.BooleanLiteral> |
LLJava.__Patterns.term_BooleanLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Boolean> p_value) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.BooleanLiteral e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.BooleanLiteral e0) |
protected void |
LLJava.Visitor.action(LLJava.BooleanLiteral e0) |
protected void |
LLJava.__Formatter.action(LLJava.BooleanLiteral el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.BooleanLiteral e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.BooleanLiteral e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.BooleanLiteral e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.BooleanLiteral e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.BooleanLiteral el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_BooleanLiteral(Pattern<? super LLJava.BooleanLiteral> p) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.BooleanLiteral> |
LLJavaGrammar.booleanLiteral |
see also the complete user documentation .