Uses of Class
jasima.core.util.converter.ArgListTokenizer.TokenType
-
Packages that use ArgListTokenizer.TokenType Package Description jasima.core.util.converter -
-
Uses of ArgListTokenizer.TokenType in jasima.core.util.converter
Methods in jasima.core.util.converter that return ArgListTokenizer.TokenType Modifier and Type Method Description ArgListTokenizer.TokenTypeArgListTokenizer. currTokenType()ArgListTokenizer.TokenTypeArgListTokenizer. nextToken()Returns the next token in the input String.ArgListTokenizer.TokenTypeArgListTokenizer. nextTokenNoWhitespace()Returns the next token that is not whitespace.static ArgListTokenizer.TokenTypeArgListTokenizer.TokenType. valueOf(String name)Returns the enum constant of this type with the specified name.static ArgListTokenizer.TokenType[]ArgListTokenizer.TokenType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jasima.core.util.converter with parameters of type ArgListTokenizer.TokenType Modifier and Type Method Description voidArgListTokenizer. assureTokenTypes(ArgListTokenizer.TokenType actual, ArgListTokenizer.TokenType... expected)Checks whether the actual token's type matches a certain set of expected types.
-