Package eu.bandm.tools.ramus.runtime2
Class HonnefDemo.Token
java.lang.Object
eu.bandm.tools.ramus.runtime2.HonnefDemo.Token
- All Implemented Interfaces:
Token<Void,HonnefDemo.TokenType>
- Enclosing class:
HonnefDemo
-
Nested Class Summary
-
Method Summary
-
Method Details
-
getType
Description copied from interface:TokenReturns the type of this token.- Specified by:
getTypein interfaceToken<Void,HonnefDemo.TokenType> - Returns:
- the type of this token.
-
getText
Description copied from interface:TokenReturns the text content of this token.The default implementation returns
null.- Specified by:
getTextin interfaceToken<Void,HonnefDemo.TokenType> - Returns:
- the text content of this token, or
nullif not available.
-
getLocation
Description copied from interface:TokenReturns the source location of this token.The default implementation returns
null.- Specified by:
getLocationin interfaceToken<Void,HonnefDemo.TokenType> - Returns:
- the source location of this token, or
nullif not available.
-
toString
-