|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.firej.dfa.automaton.TransitionAutomaton
public class TransitionAutomaton
Transition implementation class for Automaton library (dk.brics.automaton.*)
Compiler
Constructor Summary | |
---|---|
TransitionAutomaton(State state,
dk.brics.automaton.Transition transition)
|
Method Summary | |
---|---|
State |
getDest()
|
char |
getMax()
|
int |
getMaxAsInt()
|
char |
getMin()
|
int |
getMinAsInt()
|
State |
getState()
|
boolean |
isSingle()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TransitionAutomaton(State state, dk.brics.automaton.Transition transition)
Method Detail |
---|
public State getDest()
getDest
in interface Transition
public char getMax()
getMax
in interface Transition
public char getMin()
getMin
in interface Transition
public java.lang.String toString()
toString
in interface Transition
toString
in class java.lang.Object
public boolean isSingle()
isSingle
in interface Transition
public int getMaxAsInt()
getMaxAsInt
in interface Transition
public int getMinAsInt()
getMinAsInt
in interface Transition
public State getState()
getState
in interface Transition
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |