Class EndOPToken
- java.lang.Object
-
- com.tangosol.coherence.dsltools.precedence.OPToken
-
- com.tangosol.coherence.dsltools.precedence.PunctuationOPToken
-
- com.tangosol.coherence.dsltools.precedence.EndOPToken
-
public class EndOPToken extends PunctuationOPToken
An OPToken representing the end of a token stream.- Author:
- jk 2014.08.07
-
-
Field Summary
Fields Modifier and Type Field Description static EndOPToken
INSTANCE
-
Fields inherited from class com.tangosol.coherence.dsltools.precedence.OPToken
BINARY_OPERATOR_NODE, BINDING_NODE, CALL_NODE, DEREF_NODE, FIELD_LIST, IDENTIFIER_NODE, LIST_NODE, LITERAL_NODE, m_nBindingPower, m_sLedASTName, m_sNudASTName, m_sValue, PRECEDENCE_ASSIGNMENT, PRECEDENCE_BITWISE, PRECEDENCE_EXPONENT, PRECEDENCE_IDENTIFIER, PRECEDENCE_KEYWORD, PRECEDENCE_LOGICAL, PRECEDENCE_LOGICAL_BITWISE, PRECEDENCE_PARENTHESES, PRECEDENCE_PRODUCT, PRECEDENCE_RELATIONAL, PRECEDENCE_SUM, PRECEDENCE_UNARY, PRECEDENCE_UNARY_POST, UNARY_OPERATOR_NODE
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
EndOPToken()
Create a new EndOPToken
-
Method Summary
-
Methods inherited from class com.tangosol.coherence.dsltools.precedence.OPToken
equals, getBindingPower, getId, getLedASTName, getNudASTName, getValue, hashCode, led, leftBindingPower, newAST, newAST, newAST, newAST, newAST, nud, setBindingPower, setId, setLedASTName, setNudASTName, setValue, toString
-
-
-
-
Field Detail
-
INSTANCE
public static EndOPToken INSTANCE
-
-