Package eu.bandm.tools.lljava.codec
Class SignatureParser.Token
java.lang.Object
eu.bandm.tools.lljava.codec.SignatureParser.Token
- All Implemented Interfaces:
Parser.Token<SourceId,
SignatureParser.TokenType>
- Enclosing class:
- SignatureParser
public static class SignatureParser.Token
extends Object
implements Parser.Token<SourceId,SignatureParser.TokenType>
-
Constructor Details
-
Token
-
-
Method Details
-
getLocation
Description copied from interface:Parser.Token
Returns the source location of this token.The default implementation returns
null
.- Specified by:
getLocation
in interfaceParser.Token<SourceId,
SignatureParser.TokenType> - Returns:
- the source location of this token, or
null
if not available.
-
getType
Description copied from interface:Parser.Token
Returns the type of this token.- Specified by:
getType
in interfaceParser.Token<SourceId,
SignatureParser.TokenType> - Returns:
- the type of this token.
-
getText
Description copied from interface:Parser.Token
Returns the text content of this token.- Specified by:
getText
in interfaceParser.Token<SourceId,
SignatureParser.TokenType> - Returns:
- the text content of this token.
-