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 | Field and Description |
---|---|
protected CheckedList<LLJava.Case> |
LLJava.Switch.cases
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Case |
LLJava.Case.doclone()
Clones this object.
|
LLJava.Case |
LLJava.Case.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.Case> |
LLJava.Case.get_body(Pattern<? super LLJava.CodePoint> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
CheckedList<LLJava.Case> |
LLJava.Switch.get_cases()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Case> |
LLJava.Case.get_isDefault(Pattern<? super Boolean> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Case> |
LLJava.Case.get_labels(Pattern<? super CheckedSet<Integer>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.Case> |
LLJava.__Patterns.term_Case(Pattern<? super LLJava.Node> superpattern,
Pattern<? super CheckedSet<Integer>> p_labels,
Pattern<? super Boolean> p_isDefault,
Pattern<? super LLJava.CodePoint> p_body) |
Modifier and Type | Method and Description |
---|---|
protected void |
CodeSerializer.action(LLJava.Case c) |
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Case e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Case e0) |
protected void |
LLJava.Visitor.action(LLJava.Case e0) |
protected void |
LLJava.__Formatter.action(LLJava.Case el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Case e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Case e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Case e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Case e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.Case el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Case(Pattern<? super LLJava.Case> p) |
static Pattern<LLJava.Switch> |
LLJava.Switch.get_cases(Pattern<? super CheckedList<LLJava.Case>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
boolean |
LLJava.Switch.set_cases(CheckedList<LLJava.Case> val)
Generated by umod; model author's documentation MISSING.
|
static Pattern<? super LLJava.Switch> |
LLJava.__Patterns.term_Switch(Pattern<? super LLJava.Instruction> superpattern,
Pattern<? super CheckedList<LLJava.Case>> p_cases) |
Constructor and Description |
---|
Switch(CheckedList<LLJava.Case> cases)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
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) |
Modifier and Type | Method and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.Case> |
LLJavaGrammar.switchCase(Expression<SourceId,LLJavaLexer.TokenType,LLJava.Block> block) |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Switch |
LLJavaGrammar.switchInstruction(Reducer.Context<SourceId> context,
List<LLJava.Case> cases) |
protected LLJava.Switch |
LLJavaParser.switchInstruction(Reducer.Context<SourceId> context,
List<LLJava.Case> cases) |
see also the complete user documentation .