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