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.codec | |
eu.bandm.tools.lljava.parser |
Modifier and Type | Class and Description |
---|---|
static class |
LLJava.BooleanLiteral
Syntactic expression denoting a
boolean
literal. |
static class |
LLJava.CharLiteral
Syntactic expression denoting a
char
literal. |
static class |
LLJava.DoubleLiteral
Syntactic expression denoting a
double
literal. |
static class |
LLJava.FloatLiteral
Syntactic expression denoting a
float
literal. |
static class |
LLJava.IntLiteral
Syntactic expression denoting an
int
literal. |
static class |
LLJava.LongLiteral
Syntactic expression denoting a
long
literal. |
static class |
LLJava.StringLiteral
Syntactic expression denoting a
String
literal. |
Modifier and Type | Field and Description |
---|---|
protected LLJava.Literal |
LLJava.Field.initializer
Generated by umod; model author's documentation MISSING.
|
protected LLJava.Literal |
LLJava.ConstantAnnotationValue.literal
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Literal |
LLJava.Literal.doclone()
Clones this object.
|
LLJava.Literal |
LLJava.Field.get_initializer()
Generated by umod; model author's documentation MISSING.
|
LLJava.Literal |
LLJava.ConstantAnnotationValue.get_literal()
Generated by umod; model author's documentation MISSING.
|
LLJava.Literal |
LLJava.Literal.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<? super LLJava.Literal> |
LLJava.__Patterns.term_Literal(Pattern<? super LLJava.LoadableExpr> superpattern) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Literal e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Literal e0) |
protected void |
LLJava.Visitor.action(LLJava.Literal e0) |
protected void |
LLJava.__Formatter.action(LLJava.Literal el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Literal e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Literal e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Literal e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Literal e0) |
boolean |
LLJava.Field.set_initializer(LLJava.Literal val)
Generated by umod; model author's documentation MISSING.
|
boolean |
LLJava.ConstantAnnotationValue.set_literal(LLJava.Literal val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
LLJava.__Formatter.toFormat(LLJava.Literal el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Literal(Pattern<? super LLJava.Literal> p) |
static Pattern<LLJava.Field> |
LLJava.Field.get_initializer(Pattern<? super LLJava.Literal> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.ConstantAnnotationValue> |
LLJava.ConstantAnnotationValue.get_literal(Pattern<? super LLJava.Literal> 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) |
static Pattern<? super LLJava.CharLiteral> |
LLJava.__Patterns.term_CharLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Character> p_value) |
static Pattern<? super LLJava.ConstantAnnotationValue> |
LLJava.__Patterns.term_ConstantAnnotationValue(Pattern<? super LLJava.AnnotationValue> superpattern,
Pattern<? super LLJava.Literal> p_literal) |
static Pattern<? super LLJava.DoubleLiteral> |
LLJava.__Patterns.term_DoubleLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Double> p_value) |
static Pattern<? super LLJava.Field> |
LLJava.__Patterns.term_Field(Pattern<? super LLJava.Member> superpattern,
Pattern<? super LLJava.TypeExpr> p_type,
Pattern<? super LLJava.Literal> p_initializer) |
static Pattern<? super LLJava.FloatLiteral> |
LLJava.__Patterns.term_FloatLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Float> p_value) |
static Pattern<? super LLJava.IntLiteral> |
LLJava.__Patterns.term_IntLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Integer> p_value) |
static Pattern<? super LLJava.LongLiteral> |
LLJava.__Patterns.term_LongLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super Long> p_value) |
static Pattern<? super LLJava.StringLiteral> |
LLJava.__Patterns.term_StringLiteral(Pattern<? super LLJava.Literal> superpattern,
Pattern<? super String> p_value) |
Constructor and Description |
---|
ConstantAnnotationValue(LLJava.Literal literal)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Field(LLJava.TypeExpr type,
LLJava.Id name,
LLJava.Literal initializer)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
Modifier and Type | Method and Description |
---|---|
protected LLJava.Literal |
Decoder.literal(int index) |
protected LLJava.Literal |
Decoder.literal(LLJava.Loadable entry) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,Optional<LLJava.Literal>> |
LLJavaGrammar.initializer |
Expression<SourceId,LLJavaLexer.TokenType,LLJava.Literal> |
LLJavaGrammar.literal |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Field |
LLJavaGrammar.fieldDefinition(Reducer.Context<SourceId> context,
List<LLJava.ModifierExpr> modifiers,
LLJava.TypeExpr type,
LLJava.Id name,
Optional<LLJava.Literal> initializer) |
protected LLJava.Field |
LLJavaParser.fieldDefinition(Reducer.Context<SourceId> context,
List<LLJava.ModifierExpr> modifiers,
LLJava.TypeExpr type,
LLJava.Id name,
Optional<LLJava.Literal> initializer) |
see also the complete user documentation .