Uses of Class
com.tangosol.coherence.dsltools.base.NestedBaseTokens
Packages that use NestedBaseTokens
-
Uses of NestedBaseTokens in com.tangosol.coherence.dsltools.precedence
Methods in com.tangosol.coherence.dsltools.precedence that return NestedBaseTokensModifier and TypeMethodDescriptionNestingOPToken.getNest()Obtain the NestedBaseTokens that this token will process.Methods in com.tangosol.coherence.dsltools.precedence with parameters of type NestedBaseTokensModifier and TypeMethodDescriptionTerm[]OPParser.readNestedCommaSeparatedList(NestedBaseTokens nest) Build an array of ASTNodes by processing the this tokens nest as a comma separated list.NestingOPToken.setNest(NestedBaseTokens nest) Set the NestedBaseTokens to process.