content
String content
The Java code this Action represents
It stores the Java code as String together with a priority (line number in the specification).
static final int
(package private) String
private int
static final int
static final int
static final int
static final int
static final int
private int
private int
static final int
(package private) int
copyChoice(int length)
boolean
int
getHigherPriority(Action other)
int
int
hashCode()
boolean
boolean
true
iff the parameter is an Action with the same content as this one.boolean
int
void
setEntryState(int entryState)
void
setLookAction(int kind,
int data)
toString()
a/b
with fixed length a, fixed length b,
etc)content
- java codepriority
- line numberkind
- the kind of actionother
- the other Action to compare this Action with.true
iff the parameter is an Action with the same content as this one.a
- the object to compare this Action withTest for equality to another object.
This action equals another object if the other object is an equivalent action.
kind
- which kind of lookahead it isdata
- the length for fixed length lookaheads.entryState
- a int.length
- a int.Action
object.