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 LLJava.GotoInterval |
LLJava.Exception.range
The range of statements which make up the
try{} block. |
Modifier and Type | Method and Description |
---|---|
LLJava.GotoInterval |
LLJava.GotoInterval.doclone()
Clones this object.
|
LLJava.GotoInterval |
LLJava.Exception.get_range()
The range of statements which make up the
try{} block. |
LLJava.GotoInterval |
LLJava.GotoInterval.initFrom(Object o0)
Copies values of all common fields from the argument.
|
LLJava.GotoInterval |
ControlFlowSynthesizer.interval(int startPC,
int endPC) |
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.GotoInterval> |
LLJava.GotoInterval.get_end(Pattern<? super LLJava.Name> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.GotoInterval> |
LLJava.GotoInterval.get_endTarget(Pattern<? super LLJava.Block> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.GotoInterval> |
LLJava.GotoInterval.get_start(Pattern<? super LLJava.Name> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.GotoInterval> |
LLJava.GotoInterval.get_startTarget(Pattern<? super LLJava.Block> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.GotoInterval> |
LLJava.__Patterns.term_GotoInterval(Pattern<? super LLJava.CodeInterval> superpattern,
Pattern<? super LLJava.Name> p_start,
Pattern<? super LLJava.Name> p_end,
Pattern<? super LLJava.Block> p_startTarget,
Pattern<? super LLJava.Block> p_endTarget) |
Modifier and Type | Method and Description |
---|---|
protected void |
CodeSerializer.action(LLJava.GotoInterval i) |
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.GotoInterval e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.GotoInterval e0) |
protected void |
LLJava.Visitor.action(LLJava.GotoInterval e0) |
protected void |
LLJava.__Formatter.action(LLJava.GotoInterval el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.GotoInterval e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.GotoInterval e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.GotoInterval e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.GotoInterval e0) |
boolean |
LLJava.Exception.set_range(LLJava.GotoInterval val)
The range of statements which make up the
try{} block. |
protected Format |
LLJava.__Formatter.toFormat(LLJava.GotoInterval el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_GotoInterval(Pattern<? super LLJava.GotoInterval> p) |
static Pattern<LLJava.Exception> |
LLJava.Exception.get_range(Pattern<? super LLJava.GotoInterval> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.Exception> |
LLJava.__Patterns.term_Exception(Pattern<? super LLJava.Node> superpattern,
Pattern<? super LLJava.GotoInterval> p_range,
Pattern<? super LLJava.ClassReference> p_type,
Pattern<? super LLJava.GotoPoint> p_target) |
Constructor and Description |
---|
Exception(LLJava.GotoInterval range,
LLJava.ClassReference type,
LLJava.GotoPoint target)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Exception(LLJava.GotoInterval range,
LLJava.GotoPoint target)
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.GotoInterval> |
LLJavaGrammar.gotoInterval |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.GotoInterval |
LLJavaGrammar.gotoInterval(Reducer.Context<SourceId> context,
LLJava.Name start,
Optional<LLJava.Name> end) |
protected LLJava.GotoInterval |
LLJavaParser.gotoInterval(Reducer.Context<SourceId> context,
LLJava.Name start,
Optional<LLJava.Name> end) |
see also the complete user documentation .