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