Uses of Class
com.tangosol.coherence.dsltools.precedence.OPScanner
-
Packages that use OPScanner Package Description com.tangosol.coherence.dslquery.token This package contains implementations ofOPToken
specifically for parsing CohQL statements.com.tangosol.coherence.dslquery.token.persistence This package contains implementations ofOPToken
specifically for parsing persistence related CohQL statements.com.tangosol.coherence.dsltools.precedence This package contains implementations ofOPToken
s. -
-
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 void
SQLExplainOPToken. advanceToStmt(OPScanner s)
Advance the scanner past any tokens preceding the statement.protected void
SQLTraceOPToken. 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 Term
AbstractSQLSnapshotOPToken. process(OPScanner s, String sOperation, String sFunctor)
Process the commands for the given operation and return a validTerm
for 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 OPScanner
OPParser. 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
-