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.Relation |
Interval.Relation.converse() |
static Interval.Relation |
Interval.relation(Interval i,
Interval j) |
static Interval.Relation |
Interval.Relation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Interval.Relation[] |
Interval.Relation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
see also the complete user documentation .