| |
|
| java.lang.Object gov.nist.core.Token
tokenType | protected int tokenType(Code) | | The type of the token.
|
tokenValue | protected String tokenValue(Code) | | The value of the token.
|
getTokenType | public int getTokenType()(Code) | | Gets the token type.
the token type |
getTokenValue | public String getTokenValue()(Code) | | Gets the token value.
the textual token value |
toString | public String toString()(Code) | | Gets a textual representation of the
token value and type.
the encoded string |
|
|
|