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