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.
|
Modifier and Type | Method and Description |
---|---|
Interval |
ControlFlowSynthesizer.getCodeInterval() |
@Opt Interval |
ControlFlowSynthesizer.getInterval(LLJava.Instruction instruction) |
Interval |
Interval.Tree.getKey() |
static Interval |
Interval.span(Interval i,
Interval j) |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<Interval,A>> |
Interval.Tree.entrySet() |
Modifier and Type | Method and Description |
---|---|
boolean |
Interval.Union.add(Interval ivl) |
static boolean |
Interval.checkRelation(Interval i,
Interval j) |
static boolean |
Interval.connected(Interval i,
Interval j) |
protected boolean |
Interval.equals(Interval o) |
A |
Interval.Tree.put(Interval ivl,
A value) |
static Interval.Relation |
Interval.relation(Interval i,
Interval j) |
static Interval |
Interval.span(Interval i,
Interval j) |
Constructor and Description |
---|
Tree(Interval outer,
A value) |
see also the complete user documentation .