protected static StateParser.SubstitutedLine |
StateParser.doParse(String str,
ParsingStateCallbackHandler callbackHandler,
ParsingState initialState,
boolean strict,
boolean disableResolutionException,
CommandContext cmdCtx) |
Returns the string which was actually parsed with all the substitutions performed
|
String |
StateParser.parse(String str,
ParsingStateCallbackHandler callbackHandler) |
Returns the string which was actually parsed with all the substitutions
performed.
|
static String |
StateParser.parse(String str,
ParsingStateCallbackHandler callbackHandler,
ParsingState initialState) |
Returns the string which was actually parsed with all the substitutions
performed.
|
static String |
StateParser.parse(String str,
ParsingStateCallbackHandler callbackHandler,
ParsingState initialState,
boolean strict) |
Returns the string which was actually parsed with all the substitutions
performed.
|
static String |
StateParser.parse(String str,
ParsingStateCallbackHandler callbackHandler,
ParsingState initialState,
boolean strict,
CommandContext ctx) |
Returns the string which was actually parsed with all the substitutions performed
|
static StateParser.SubstitutedLine |
StateParser.parseLine(String str,
ParsingStateCallbackHandler callbackHandler,
ParsingState initialState) |
Returns the string which was actually parsed with all the substitutions
performed.
|
static StateParser.SubstitutedLine |
StateParser.parseLine(String str,
ParsingStateCallbackHandler callbackHandler,
ParsingState initialState,
boolean strict) |
Returns the string which was actually parsed with all the substitutions
performed.
|
static StateParser.SubstitutedLine |
StateParser.parseLine(String str,
ParsingStateCallbackHandler callbackHandler,
ParsingState initialState,
boolean strict,
boolean disableResolutionException,
CommandContext ctx) |
|
static StateParser.SubstitutedLine |
StateParser.parseLine(String str,
ParsingStateCallbackHandler callbackHandler,
ParsingState initialState,
boolean strict,
CommandContext ctx) |
|
static StateParser.SubstitutedLine |
StateParser.parseLine(String str,
ParsingStateCallbackHandler callbackHandler,
ParsingState initialState,
CommandContext ctx) |
Returns the string which was actually parsed with all the substitutions
performed
|