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.codec |
Modifier and Type | Field and Description |
---|---|
protected CheckedList<LLJava.Exception> |
LLJava.CodeMethodBody.exceptionTable
The table of exception handlers for the code of
this
method.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Exception |
LLJava.Exception.doclone()
Clones this object.
|
LLJava.Exception |
LLJava.Exception.initFrom(Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
Multimap<LLJava.Instruction,LLJava.Exception> |
ControlFlowAnalyzer.ControlFlow.exceptional() |
CheckedList<LLJava.Exception> |
LLJava.CodeMethodBody.get_exceptionTable()
The table of exception handlers for the code of
this
method.
|
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<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.Exception> |
LLJava.Exception.get_type(Pattern<? super LLJava.ClassReference> 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) |
Modifier and Type | Method and Description |
---|---|
protected void |
LLJava.MATCH_ONLY_00.action(LLJava.Exception e0) |
protected void |
LLJava.MultiVisitor.action(LLJava.Exception e0) |
protected void |
LLJava.Visitor.action(LLJava.Exception e0) |
protected void |
LLJava.__Formatter.action(LLJava.Exception el) |
protected void |
LLJava.MultiVisitor.descend(LLJava.Exception e0) |
void |
LLJava.MATCH_ONLY_00.match(LLJava.Exception e0) |
protected void |
LLJava.MultiVisitor.post(LLJava.Exception e0) |
protected void |
LLJava.MultiVisitor.pre(LLJava.Exception e0) |
protected Format |
LLJava.__Formatter.toFormat(LLJava.Exception el) |
Modifier and Type | Method and Description |
---|---|
static Pattern<Object> |
LLJava.__Patterns.cast_Exception(Pattern<? super LLJava.Exception> p) |
static Pattern<LLJava.CodeMethodBody> |
LLJava.CodeMethodBody.get_exceptionTable(Pattern<? super CheckedList<LLJava.Exception>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
boolean |
LLJava.CodeMethodBody.set_exceptionTable(CheckedList<LLJava.Exception> val)
The table of exception handlers for the code of
this
method.
|
static Pattern<? super LLJava.CodeMethodBody> |
LLJava.__Patterns.term_CodeMethodBody(Pattern<? super LLJava.MethodBody> superpattern,
Pattern<? super LLJava.Block> p_block,
Pattern<? super CheckedList<LLJava.Exception>> p_exceptionTable,
Pattern<? super Integer> p_maxLocals,
Pattern<? super Integer> p_maxOperands,
Pattern<? super CheckedSet<LLJava.Instruction>> p_stackMapPlaces,
Pattern<? super CheckedList<LLJava.StackFrameDelta>> p_stackMap) |
Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.descend(LLJava.Exception e) |
see also the complete user documentation .