Uses of Class
com.tangosol.coherence.dsltools.precedence.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
Modifier 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 ")".Modifier and TypeMethodDescriptionNestingOPToken.setNest
(NestedBaseTokens nest) Set the NestedBaseTokens to process. -
Uses of NestingOPToken in com.tangosol.coherence.dsltools.termlanguage
Modifier 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}.