public interface ParsingState
Modifier and Type | Method and Description |
---|---|
CharacterHandler |
getEndContentHandler() |
CharacterHandler |
getEnterHandler() |
CharacterHandler |
getHandler(char ch) |
String |
getId() |
CharacterHandler |
getLeaveHandler() |
CharacterHandler |
getReturnHandler() |
boolean |
lockValueIndex()
Whether the index of the current value being parsed should remain
the same until parsing leaves this state even if there are other
nested states that might want to update the value index
(i.e.
|
boolean |
updateValueIndex()
Whether the index of the value corresponding to this state
in the command line being parsed should be set to the index
when parsing enters this state.
|
String getId()
CharacterHandler getEnterHandler()
CharacterHandler getLeaveHandler()
CharacterHandler getHandler(char ch)
CharacterHandler getReturnHandler()
CharacterHandler getEndContentHandler()
boolean updateValueIndex()
boolean lockValueIndex()
Copyright © 2023 JBoss by Red Hat. All rights reserved.