Uses of Enum
org.codehaus.janino.TokenType
Packages that use TokenType
-
Uses of TokenType in org.codehaus.janino
Subclasses with type arguments of type TokenType in org.codehaus.janinoModifier and TypeClassDescriptionenumFields in org.codehaus.janino declared as TokenTypeMethods in org.codehaus.janino that return TokenTypeModifier and TypeMethodDescriptionprivate TokenTypeScanner.scan()private TokenTypeScanner.scanNumericLiteral()static TokenTypeReturns the enum constant of this type with the specified name.static TokenType[]TokenType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.codehaus.janino with parameters of type TokenTypeModifier and TypeMethodDescriptionprivate static intbooleanintbooleanintChecks whether the type of the next token is any of the suspected; does not consume the next token.booleanintbooleanParser.peekNextButOne(TokenType suspected) Checks whether the type of the next token is the suspected; if so, consumes the token.intChecks whether the type of the next token is one of the suspected; if so, consumes the token.intVerifies that the type of the next token is the expected, and consumes the token.intVerifies that the type of the next token is one of the expected, and consumes the token.intprivate TokenConstructors in org.codehaus.janino with parameters of type TokenType