Package eu.bandm.tscore.tparser
Class SimpleToken
java.lang.Object
eu.bandm.tools.lexic.SimpleToken<eu.bandm.tools.util.xml.XMLDocumentIdentifier,TokenType>
eu.bandm.tscore.tparser.SimpleToken
- All Implemented Interfaces:
eu.bandm.tools.lexic.Token<eu.bandm.tools.util.xml.XMLDocumentIdentifier,
,TokenType> Token
public class SimpleToken
extends eu.bandm.tools.lexic.SimpleToken<eu.bandm.tools.util.xml.XMLDocumentIdentifier,TokenType>
implements Token
Introduced as an abbreviation, only to make the source of RawParser etc. more readable.
-
Constructor Summary
ConstructorDescriptionSimpleToken
(TokenType type, @Opt String text, @Opt eu.bandm.tools.location.Location<eu.bandm.tools.util.xml.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