Package eu.bandm.tools.ramus.runtime2
Class Parser.Compile.T
java.lang.Object
eu.bandm.tools.ramus.runtime2.Parser.Compile.T
- All Implemented Interfaces:
Parser.Token<String,
String>
- Enclosing class:
- Parser.Compile
-
Constructor Details
-
T
-
-
Method Details
-
getText
Description copied from interface:Parser.Token
Returns the text content of this token.- Specified by:
getText
in interfaceParser.Token<String,
String> - Returns:
- the text content of this token.
-
getType
Description copied from interface:Parser.Token
Returns the type of this token.- Specified by:
getType
in interfaceParser.Token<String,
String> - Returns:
- the type of this token.
-
toString
-