| Package | Description |
|---|---|
| com.tangosol.coherence.dsltools.precedence | |
| com.tangosol.coherence.dsltools.termlanguage |
| Modifier and Type | Class and Description |
|---|---|
class |
ListOpToken
ListOPToken is used to process expressions between bracketing characters
such as are between "[" and "]" which should result in a list (e.g
|
class |
ParenOPToken
ParenOPToken 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 |
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}.
|