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.NullLiteral |
LLJava.NullLiteral.doclone()
Clones this object.
|
LLJava.NullLiteral |
LLJava.NullLiteral.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<? super LLJava.NullLiteral> |
LLJava.__Patterns.term_NullLiteral(Pattern<? super LLJava.LoadArgument> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.NullLiteral e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.NullLiteral e0) |
protected void |
LLJava.Visitor.action(LLJava.NullLiteral e0) |
protected void |
LLJava.__Formatter.action(LLJava.NullLiteral el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.NullLiteral e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.NullLiteral e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.NullLiteral e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.NullLiteral e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.NullLiteral el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_NullLiteral(Pattern<? super LLJava.NullLiteral> p) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.NullLiteral> |
LLJavaGrammar.nullLiteral |
see also the complete user documentation .