public class Token
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
isCloseBracket()
Tests whether the token is a close bracket.
|
boolean |
isFunction()
Tests whether the token is a function.
|
boolean |
isFunctionArgumentSeparator()
Tests whether the token is a function argument separator.
|
boolean |
isLiteral()
Tests whether the token is a literal or a constant or a variable name.
|
boolean |
isOpenBracket()
Tests whether the token is an open bracket.
|
boolean |
isOperator()
Tests whether the token is an operator.
|
public boolean isOperator()
public boolean isFunction()
public boolean isOpenBracket()
public boolean isCloseBracket()
public boolean isFunctionArgumentSeparator()
public boolean isLiteral()