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.live | |
eu.bandm.tools.lljava.parser |
Modifier and Type | Field and Description |
---|---|
protected LLJava.GotoPoint |
LLJava.Exception.target
The entry point to the
catch(){} code. |
protected LLJava.GotoPoint |
LLJava.Goto.target
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
LLJava.GotoPoint |
LLJava.GotoPoint.doclone()
Clones this object.
|
LLJava.GotoPoint |
LLJava.Exception.get_target()
The entry point to the
catch(){} code. |
LLJava.GotoPoint |
LLJava.Goto.get_target()
Generated by umod; model author's documentation MISSING.
|
LLJava.GotoPoint |
LLJava.GotoPoint.initFrom(Object o0)
Copies values of all common fields from the argument.
|
LLJava.GotoPoint |
ControlFlowSynthesizer.point(int pc) |
Modifier and Type | Method and Description |
---|---|
static Pattern<LLJava.GotoPoint> |
LLJava.GotoPoint.get_id(Pattern<? super LLJava.Name> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.GotoPoint> |
LLJava.GotoPoint.get_target(Pattern<? super LLJava.Block> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<? super LLJava.GotoPoint> |
LLJava.__Patterns.term_GotoPoint(Pattern<? super LLJava.CodePoint> superpattern,
Pattern<? super LLJava.Name> p_id,
Pattern<? super LLJava.Block> p_target) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.GotoPoint e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.GotoPoint e0) |
protected void |
LLJava.Visitor.action(LLJava.GotoPoint e0) |
protected void |
LLJava.__Formatter.action(LLJava.GotoPoint el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.GotoPoint e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.GotoPoint e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.GotoPoint e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.GotoPoint e0) |
boolean |
LLJava.Exception.set_target(LLJava.GotoPoint val)
The entry point to the
catch(){} code. |
boolean |
LLJava.Goto.set_target(LLJava.GotoPoint val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
LLJava.__Formatter.toFormat(LLJava.GotoPoint el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_GotoPoint(Pattern<? super LLJava.GotoPoint> p) |
static Pattern<LLJava.Exception> |
LLJava.Exception.get_target(Pattern<? super LLJava.GotoPoint> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static Pattern<LLJava.Goto> |
LLJava.Goto.get_target(Pattern<? super LLJava.GotoPoint> 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) |
static Pattern<? super LLJava.Goto> |
LLJava.__Patterns.term_Goto(Pattern<? super LLJava.Jump> superpattern,
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.
|
Goto(LLJava.GotoPoint target)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
LLJava.GotoPoint |
BaseCompilationContext.LabelInfo.gotoRef() |
LLJava.GotoPoint |
BaseCompilationContext.LabelInfo.gotoRef() |
Modifier and Type | Field and Description |
---|---|
Expression<SourceId,LLJavaLexer.TokenType,LLJava.GotoPoint> |
LLJavaGrammar.gotoReference |
Modifier and Type | Method and Description |
---|---|
protected abstract LLJava.Goto |
LLJavaGrammar.gotoInstruction(Reducer.Context<SourceId> context,
LLJava.GotoPoint target) |
protected LLJava.Goto |
LLJavaParser.gotoInstruction(Reducer.Context<SourceId> context,
LLJava.GotoPoint target) |
see also the complete user documentation .