Uses of Class
us.irdev.bedrock.bag.scanner.State
Package
Description
Provides Scanner classes in support of the bedrock package.
-
Uses of State in us.irdev.bedrock.bag.scanner
Modifier and TypeFieldDescriptionprotected Map
<StateIdType, State<StateIdType, EmitTokenType>> Scanner.states
Modifier and TypeMethodDescriptionScanner.addState
(StateIdType stateId) State.onAnyInput
(StateIdType nextStateId, boolean capture, EmitTokenType emitToken) State.onEnd
(EmitTokenType emitToken) State.onInput
(char input, StateIdType nextStateId, boolean capture, EmitTokenType emitToken) State.onInput
(char input, Action<StateIdType, EmitTokenType> action) State.onInput
(String inputs, StateIdType nextStateId, boolean capture, EmitTokenType emitToken) State.onInput
(String inputs, Action<StateIdType, EmitTokenType> action)