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