Uses of Class
com.tangosol.coherence.dsltools.precedence.TokenTable
Packages that use TokenTable
Package
Description
Contains packages and classes supporting the Coherence CohQL command line tool.
This package contains implementations of the 
BaseOperator
 interface.This package contains implementations of 
OPTokens.This package contains implementations of 
TermLanguage.- 
Uses of TokenTable in com.tangosol.coherence.dslquery
Fields in com.tangosol.coherence.dslquery declared as TokenTableModifier and TypeFieldDescriptionprotected TokenTableCoherenceQueryLanguage.m_tokenTableExtendedSQLThe extended TokenTable for the full language that resembles SQL.protected TokenTableCoherenceQueryLanguage.m_tokenTableForFilterThe TokenTable for Filters.protected TokenTableCoherenceQueryLanguage.m_tokenTableSQLThe TokenTable for the full language that resembles SQL.Methods in com.tangosol.coherence.dslquery that return TokenTableModifier and TypeMethodDescriptionCoherenceQueryLanguage.extendedSqlTokenTable()Return an initialized TokenTable for the full CoherenceQueryLanguage.CoherenceQueryLanguage.filtersTokenTable()Return an initialized standardTokenTableknown by this CoherenceQueryLanguage.protected TokenTableCoherenceQueryLanguage.getSqlTokenTable(boolean fExtended) Return an initialized TokenTable for the full CoherenceQueryLanguage.CoherenceQueryLanguage.sqlTokenTable()Return an initialized extendedTokenTableknown by this CoherenceQueryLanguage. - 
Uses of TokenTable in com.tangosol.coherence.dslquery.operator
Methods in com.tangosol.coherence.dslquery.operator with parameters of type TokenTableModifier and TypeMethodDescriptionprotected voidBaseOperator.addAliases(TokenTable tokenTable) Add any aliases of this operator to the specified token table.voidAdditionOperator.addToTokenTable(TokenTable tokenTable) voidAndOperator.addToTokenTable(TokenTable tokenTable) abstract voidBaseOperator.addToTokenTable(TokenTable tokenTable) Add this operator to the givenTokenTable.voidBetweenOperator.addToTokenTable(TokenTable tokenTable) voidContainsAllOperator.addToTokenTable(TokenTable tokenTable) voidContainsAnyOperator.addToTokenTable(TokenTable tokenTable) voidContainsOperator.addToTokenTable(TokenTable tokenTable) voidDivisionOperator.addToTokenTable(TokenTable tokenTable) Add this operator to the givenTokenTable.voidEqualsOperator.addToTokenTable(TokenTable tokenTable) voidGreaterEqualsOperator.addToTokenTable(TokenTable tokenTable) voidGreaterOperator.addToTokenTable(TokenTable tokenTable) voidILikeOperator.addToTokenTable(TokenTable tokenTable) voidInOperator.addToTokenTable(TokenTable tokenTable) voidLessEqualsOperator.addToTokenTable(TokenTable tokenTable) voidLessOperator.addToTokenTable(TokenTable tokenTable) voidLikeOperator.addToTokenTable(TokenTable tokenTable) voidMultiplicationOperator.addToTokenTable(TokenTable tokenTable) Add this operator to the givenTokenTable.voidNotEqualsOperator.addToTokenTable(TokenTable tokenTable) voidOrOperator.addToTokenTable(TokenTable tokenTable) voidSubtractionOperator.addToTokenTable(TokenTable tokenTable) Add this operator to the givenTokenTable.voidXorOperator.addToTokenTable(TokenTable tokenTable)  - 
Uses of TokenTable in com.tangosol.coherence.dsltools.precedence
Fields in com.tangosol.coherence.dsltools.precedence declared as TokenTableModifier and TypeFieldDescriptionprotected TokenTableOPScanner.m_tokenTableThe TokenTable that defines the translation from BaseTokens to OPTokensConstructors in com.tangosol.coherence.dsltools.precedence with parameters of type TokenTableModifierConstructorDescriptionOPParser(Reader reader, TokenTable table, Set<CharSequence> setOperators) Construct a new OPParser that parses the given Reader in the language defined by the given TokenTable.OPParser(String sExper, TokenTable table, Set<CharSequence> setOperators) Construct a new OPParser that parses the given expression in the language defined by the given TokenTable.OPScanner(TokenTable tokenTable, Set<CharSequence> setOperators) Construct a new OPScanner using the given TokenTable. - 
Uses of TokenTable in com.tangosol.coherence.dsltools.termlanguage
Methods in com.tangosol.coherence.dsltools.termlanguage that return TokenTableModifier and TypeMethodDescriptionstatic TokenTableTermLanguage.tokenTable()Return an initialized TokenTable for the Term Language.