wrapatext.statepattern
Class EmptyState

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

public class EmptyState
extends State


Constructor Summary
EmptyState()
           
 
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

EmptyState

public EmptyState()
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