Uses of Class
com.tangosol.coherence.dsltools.base.NestedBaseTokens
-
Packages that use NestedBaseTokens Package Description com.tangosol.coherence.dsltools.precedence This package contains implementations ofOPToken
s. -
-
Uses of NestedBaseTokens in com.tangosol.coherence.dsltools.precedence
Methods in com.tangosol.coherence.dsltools.precedence that return NestedBaseTokens Modifier and Type Method Description NestedBaseTokens
NestingOPToken. getNest()
Obtain the NestedBaseTokens that this token will process.Methods in com.tangosol.coherence.dsltools.precedence with parameters of type NestedBaseTokens Modifier and Type Method Description Term[]
OPParser. readNestedCommaSeparatedList(NestedBaseTokens nest)
Build an array of ASTNodes by processing the this tokens nest as a comma separated list.NestingOPToken
NestingOPToken. setNest(NestedBaseTokens nest)
Set the NestedBaseTokens to process.
-