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.
-
Constructor Summary
ConstructorDescriptionSimpleToken
(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, withType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface eu.bandm.tools.lexic.Token
getLocation, getText, getType, withType