| Package | Description | 
|---|---|
| com.tangosol.coherence.dsltools.precedence | |
| com.tangosol.coherence.dsltools.termlanguage | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ListOpTokenListOPToken is used to process expressions between bracketing characters
 such as are between "[" and "]" which should result in a list (e.g | 
| class  | ParenOPTokenParenOPToken is used to process expressions that are between "(" and ")". | 
| Modifier and Type | Method and Description | 
|---|---|
| NestingOPToken | NestingOPToken. setNest(NestedBaseTokens nest)Set the NestedBaseTokens to process. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CurlyTokenCurlyToken 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}. |