Uses of Enum Class
org.apache.camel.language.simple.types.TokenType
Packages that use TokenType
-
Uses of TokenType in org.apache.camel.language.simple
Methods in org.apache.camel.language.simple with parameters of type TokenTypeModifier and TypeMethodDescriptionprotected booleanAccept the given token.protected voidExpect a given tokenprotected voidBaseSimpleParser.expectAndAcceptMore(TokenType expect) Expect and accept a given number of tokens in sequence.protected voidAdvances the parser position to the next knownSimpleTokenin the input.static SimpleTokenCreate the next token -
Uses of TokenType in org.apache.camel.language.simple.types
Methods in org.apache.camel.language.simple.types that return TokenTypeModifier and TypeMethodDescriptionSimpleTokenType.getType()Gets the type of this tokenstatic TokenTypeReturns the enum constant of this class with the specified name.static TokenType[]TokenType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.camel.language.simple.types with parameters of type TokenType