Class AbstractQueryPlusStatementBuilder.AbstractOPToken
java.lang.Object
com.tangosol.coherence.dsltools.precedence.OPToken
com.tangosol.coherence.dsltools.precedence.IdentifierOPToken
com.tangosol.coherence.dslquery.queryplus.AbstractQueryPlusStatementBuilder.AbstractOPToken
- Direct Known Subclasses:
 CommandsStatementBuilder.CommandsOPToken,ExtendedLanguageStatementBuilder.ExtendedLanguageCommandOPToken,HelpStatementBuilder.HelpCommandOPToken,SanityCheckStatementBuilder.SanityCheckCommandOPToken,ServicesStatementBuilder.ServicesCommandOPToken,SetTimeoutStatementBuilder.SetTimeoutOPToken,TraceStatementBuilder.TraceCommandOPToken,WheneverStatementBuilder.WheneverCommandOPToken
- Enclosing class:
 AbstractQueryPlusStatementBuilder
An 
OPToken implementation
 that holds the name of the functor associated to an OPToken.- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final StringThe Functor string used by the parser for this token.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
ConstructorsConstructorDescriptionAbstractOPToken(String sIdentifier, String sNudASTName, String sFunctor) Construct an AbstractOpToken. - 
Method Summary
Methods inherited from class com.tangosol.coherence.dsltools.precedence.IdentifierOPToken
led, nudMethods inherited from class com.tangosol.coherence.dsltools.precedence.OPToken
equals, getBindingPower, getId, getLedASTName, getNudASTName, getValue, hashCode, leftBindingPower, newAST, newAST, newAST, newAST, newAST, setBindingPower, setId, setLedASTName, setNudASTName, setValue, toString 
- 
Field Details
- 
f_sFunctor
The Functor string used by the parser for this token. 
 - 
 - 
Constructor Details
- 
AbstractOPToken
Construct an AbstractOpToken.- Parameters:
 sIdentifier- the identifier of this AbstractOPTokensNudASTName- the name of this token in an ASTsFunctor- the name of this token's functor
 
 - 
 - 
Method Details
- 
getFunctor
Return the functor for this OPToken.- Returns:
 - the functor string for this OPToken
 
 
 -