Uses of Interface
de.jplag.TokenType
Packages that use TokenType
-
Uses of TokenType in de.jplag
Modifier and TypeClassDescriptionenumShared token types that occur for any language.ModifierConstructorDescriptionCreates a token with column and length information.Token(TokenType type, File file, int line, int column, int length, CodeSemantics semantics) Creates a token with column, length and semantic information.Token(TokenType type, File file, TokenTrace trace) Creates a token with column and length information.