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