Package | Description |
---|---|
com.tangosol.coherence.dsltools.precedence |
Modifier and Type | Method and Description |
---|---|
NestedBaseTokens |
NestingOPToken.getNest()
Obtain the NestedBaseTokens that this token will process.
|
Modifier and Type | Method and Description |
---|---|
Term[] |
OPParser.readNestedCommaSeparatedList(NestedBaseTokens nest)
Build an array of ASTNodes by processing the this tokens nest as
a comma separated list.
|
NestingOPToken |
NestingOPToken.setNest(NestedBaseTokens nest)
Set the NestedBaseTokens to process.
|