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