content
The Java code this Action represents
It stores the Java code as String together with a priority (line number in the specification).
final String
private int
private Action.Kind
private int
final int
Action(Action.Kind kind)
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
void
setEntryState(int entryState)
void
setLookAction(Action.Kind 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 withkind
- which kind of lookahead it isdata
- the length for fixed length lookaheads.entryState
- a int.length
- a int.Action
object.