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.LongLiteral |
LLJava.LongLiteral.doclone()
Clones this object.
|
LLJava.LongLiteral |
LLJava.LongLiteral.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.LongLiteral> |
LLJava.LongLiteral.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.LongLiteral> |
LLJava.__Patterns.term_LongLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Long> p_value) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.LongLiteral e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.LongLiteral e0) |
protected void |
LLJava.Visitor.action(LLJava.LongLiteral e0) |
protected void |
LLJava.__Formatter.action(LLJava.LongLiteral el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.LongLiteral e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.LongLiteral e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.LongLiteral e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.LongLiteral e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.LongLiteral el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_LongLiteral(Pattern<? super LLJava.LongLiteral> p) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.LongLiteral> |
LLJavaGrammar.longLiteral |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.LongLiteral |
LLJavaGrammar.longLiteral(Reducer.Context<SourceId> context,
String text) |
protected LLJava.LongLiteral |
LLJavaParser.longLiteral(Reducer.Context<SourceId> context,
String text) |
see also the complete user documentation .