Uses of Class
org.jboss.as.cli.parsing.EscapeCharacterState
-
Packages that use EscapeCharacterState Package Description org.jboss.as.cli.parsing -
-
Uses of EscapeCharacterState in org.jboss.as.cli.parsing
Fields in org.jboss.as.cli.parsing declared as EscapeCharacterState Modifier and Type Field Description static EscapeCharacterStateEscapeCharacterState. INSTANCEstatic EscapeCharacterStateEscapeCharacterState. KEEP_ESCAPEThis one is useful when the escaping should be recognized but postponed (for characters that otherwise would have affected the parsing flow, such as '"').Constructors in org.jboss.as.cli.parsing with parameters of type EscapeCharacterState Constructor Description BackQuotesState(boolean quotesInContent, EscapeCharacterState escape)QuotesState(boolean quotesInContent, EscapeCharacterState escape)
-