Uses of Class
com.tangosol.coherence.dsltools.precedence.NestingOPToken
Packages that use NestingOPToken
Package
Description
This package contains implementations of 
OPTokens.This package contains implementations of 
TermLanguage.- 
Uses of NestingOPToken in com.tangosol.coherence.dsltools.precedence
Subclasses of NestingOPToken in com.tangosol.coherence.dsltools.precedenceModifier and TypeClassDescriptionclassListOPToken is used to process expressions between bracketing characters such as are between "[" and "]" which should result in a list (e.gclassParenOPToken is used to process expressions that are between "(" and ")".Methods in com.tangosol.coherence.dsltools.precedence that return NestingOPTokenModifier and TypeMethodDescriptionNestingOPToken.setNest(NestedBaseTokens nest) Set the NestedBaseTokens to process. - 
Uses of NestingOPToken in com.tangosol.coherence.dsltools.termlanguage
Subclasses of NestingOPToken in com.tangosol.coherence.dsltools.termlanguageModifier and TypeClassDescriptionclassCurlyToken is used to process expressions between bracketing characters such as are between "{" and "}" which should result in a bag such as {1,3,4,5}.