Interface ITerminalConsumerConfiguration
-
- All Known Implementing Classes:
AbstractParserConfiguration,TerminalsParserConfiguration
public interface ITerminalConsumerConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICharSequenceWithOffsetgetInput()IParsedTokenAcceptorgetTokenAcceptor()
-
-
-
Method Detail
-
getInput
ICharSequenceWithOffset getInput()
-
getTokenAcceptor
IParsedTokenAcceptor getTokenAcceptor()
-
-