Class SimpleToken
java.lang.Object
org.apache.camel.language.simple.types.SimpleToken
Holder for a token, with associated type and position in the input.
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleToken(SimpleTokenType type, int index) SimpleToken(SimpleTokenType type, int index, int length) -
Method Summary