Package eu.bandm.tscore.tparser
Class SimpleToken
java.lang.Object
eu.bandm.tools.lexic.SimpleToken<XMLDocumentIdentifier,TokenType>
eu.bandm.tscore.tparser.SimpleToken
- All Implemented Interfaces:
Token<XMLDocumentIdentifier,,TokenType> Token
Introduced as an abbreviation, only to make the source of RawParser etc. more readable.
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleToken(TokenType type, @Opt String text, @Opt Location<XMLDocumentIdentifier> location) Evident -
Method Summary
Methods inherited from class eu.bandm.tools.lexic.SimpleToken
getLocation, getText, getType, toString, withTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface eu.bandm.tools.lexic.Token
getLocation, getText, getType, withType