Uses of Class
com.tangosol.coherence.dsltools.precedence.OPScanner
-
Packages that use OPScanner Package Description com.tangosol.coherence.dslquery.token This package contains implementations ofOPTokenspecifically for parsing CohQL statements.com.tangosol.coherence.dslquery.token.persistence This package contains implementations ofOPTokenspecifically for parsing persistence related CohQL statements.com.tangosol.coherence.dsltools.precedence This package contains implementations ofOPTokens. -
-
Uses of OPScanner in com.tangosol.coherence.dslquery.token
Methods in com.tangosol.coherence.dslquery.token with parameters of type OPScanner Modifier and Type Method Description protected voidSQLExplainOPToken. advanceToStmt(OPScanner s)Advance the scanner past any tokens preceding the statement.protected voidSQLTraceOPToken. advanceToStmt(OPScanner s) -
Uses of OPScanner in com.tangosol.coherence.dslquery.token.persistence
Methods in com.tangosol.coherence.dslquery.token.persistence with parameters of type OPScanner Modifier and Type Method Description protected TermAbstractSQLSnapshotOPToken. process(OPScanner s, String sOperation, String sFunctor)Process the commands for the given operation and return a validTermfor the command. -
Uses of OPScanner in com.tangosol.coherence.dsltools.precedence
Methods in com.tangosol.coherence.dsltools.precedence that return OPScanner Modifier and Type Method Description OPScannerOPParser. getScanner()Obtain the OPScanner that backs this parserConstructors in com.tangosol.coherence.dsltools.precedence with parameters of type OPScanner Constructor Description OPParser(OPScanner scanner)Construct a new OPParser initialized to gthe given Scanner
-