wrapatext.statepattern
Class FullState

java.lang.Object
  |
  +--wrapatext.statepattern.State
        |
        +--wrapatext.statepattern.FullState

public class FullState
extends State


Constructor Summary
FullState()
           
 
Method Summary
 void EOF(Context c)
           
 void feedChar(Context con, java.lang.Character c)
           
 void release(Context c)
           
 
Methods inherited from class wrapatext.statepattern.State
processChar
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FullState

public FullState()
Method Detail

feedChar

public void feedChar(Context con,
                     java.lang.Character c)
Overrides:
feedChar in class State

EOF

public void EOF(Context c)
Overrides:
EOF in class State

release

public void release(Context c)
Overrides:
release in class State