Uses of Class
com.tangosol.coherence.dsltools.precedence.NestingOPToken
Packages that use NestingOPToken
Package
Description
This package contains implementations of
OPToken
s.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 TypeClassDescriptionclass
ListOPToken is used to process expressions between bracketing characters such as are between "[" and "]" which should result in a list (e.gclass
ParenOPToken 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 TypeClassDescriptionclass
CurlyToken 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}.