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.Label |
LLJava.Label.doclone()
Clones this object.
|
LLJava.Label |
LLJava.Label.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.Label> |
LLJava.Label.get_name(Pattern<? super LLJava.Name> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.Label> |
LLJava.__Patterns.term_Label(Pattern<? super LLJava.Statement> superpattern,
Pattern<? super LLJava.Name> p_name) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Label e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Label e0) |
protected void |
LLJava.Visitor.action(LLJava.Label e0) |
protected void |
LLJava.__Formatter.action(LLJava.Label el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Label e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Label e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Label e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Label e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.Label el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Label(Pattern<? super LLJava.Label> p) |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.Label> |
LLJavaGrammar.label |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Handler |
LLJavaGrammar.catchHandler(Reducer.Context<SourceId> context,
List<LLJava.Label> prefixLabels,
Optional<LLJava.ClassReference> type,
List<LLJava.Label> infixLabels,
LLJava.CodePoint body) |
protected abstract LLJava.Handler |
LLJavaGrammar.catchHandler(Reducer.Context<SourceId> context,
List<LLJava.Label> prefixLabels,
Optional<LLJava.ClassReference> type,
List<LLJava.Label> infixLabels,
LLJava.CodePoint body) |
protected LLJava.Handler |
LLJavaParser.catchHandler(Reducer.Context<SourceId> context,
List<LLJava.Label> prefixLabels,
Optional<LLJava.ClassReference> type,
List<LLJava.Label> infixLabels,
LLJava.CodePoint body) |
protected LLJava.Handler |
LLJavaParser.catchHandler(Reducer.Context<SourceId> context,
List<LLJava.Label> prefixLabels,
Optional<LLJava.ClassReference> type,
List<LLJava.Label> infixLabels,
LLJava.CodePoint body) |
see also the complete user documentation .