|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--wrapatext.statepattern.State
Constructor Summary | |
State()
|
Method Summary | |
abstract void |
EOF(Context c)
|
abstract void |
feedChar(Context con,
java.lang.Character c)
|
void |
processChar(Context con,
java.lang.Character c)
|
abstract void |
release(Context c)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public State()
Method Detail |
public abstract void feedChar(Context con, java.lang.Character c)
public abstract void EOF(Context c)
public abstract void release(Context c)
public void processChar(Context con, java.lang.Character c)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |