public class IdentifierBaseToken extends LeafBaseToken
| Constructor and Description |
|---|
IdentifierBaseToken(String s)
Construct a new IdentifierBaseToken with the given value.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Return the string representation of this LeafBaseToken.
|
boolean |
isIdentifier()
Answer whether this token represents an identifier.
|
isCompound, isLeaf, match, toStringgetSimpleName, isLiteral, isNest, isOperator, isPunctuation, matchpublic IdentifierBaseToken(String s)
s - the string that represents an identifierpublic String getValue()
getValue in class LeafBaseTokenpublic boolean isIdentifier()
isIdentifier in class BaseToken