public static class QueryPrologLexer.Token extends Object
Modifier and Type | Field and Description |
---|---|
String |
s |
QueryPrologLexer.TokenType |
t |
Constructor and Description |
---|
Token(QueryPrologLexer.TokenType t,
String s) |
Modifier and Type | Method and Description |
---|---|
String |
getStringValue()
Get the corresponding string value for this token.
|
QueryPrologLexer.TokenType |
getType() |
String |
toString() |
public final QueryPrologLexer.TokenType t
public final String s
public Token(QueryPrologLexer.TokenType t, String s)
public QueryPrologLexer.TokenType getType()
public String getStringValue()
QueryPrologLexer.TokenType.IRI
token,
this will return the string representation of that IRI.Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.