public interface ProcessingState
This interface is intended for use as the state in
state design pattern, the message parser
itself being used as the context that holds the active state.
MessageParser
Modifier and Type | Method and Description |
---|---|
boolean |
processToken(ParseToken token)
Process one token.
|
boolean processToken(ParseToken token)
token
- token to processCopyright © 2002-2022 CS GROUP. All rights reserved.