Package | Description |
---|---|
com.tangosol.coherence.dslquery.internal | |
com.tangosol.coherence.dsltools.termtrees |
Modifier and Type | Field and Description |
---|---|
protected AtomicTerm |
AbstractCoherenceQueryWalker.m_atomicTerm
The AtomicTerm that was last processed
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCoherenceQueryWalker.acceptAtom(String sFunctor,
AtomicTerm atomicTerm) |
protected void |
AbstractCoherenceQueryWalker.acceptLiteral(AtomicTerm atom)
The receiver has classified a literal node.
|
Modifier and Type | Method and Description |
---|---|
static AtomicTerm |
AtomicTerm.createBoolean(String value)
Create new AtomicTerm representing a Boolean with given value
|
static AtomicTerm |
AtomicTerm.createDouble(String value)
Create new AtomicTerm representing a Double with given value
|
static AtomicTerm |
AtomicTerm.createFloat(String value)
Create new AtomicTerm representing a float with given value
|
static AtomicTerm |
AtomicTerm.createInteger(String value)
Create new AtomicTerm representing a Integer with given value
|
static AtomicTerm |
AtomicTerm.createLong(String value)
Create new AtomicTerm representing a Long with given value
|
static AtomicTerm |
AtomicTerm.createNull()
Create new AtomicTerm representing a null.
|
static AtomicTerm |
AtomicTerm.createNull(String value)
Create new AtomicTerm representing a null with given value
|
static AtomicTerm |
AtomicTerm.createShort(String value)
Create new AtomicTerm representing a Short with given value
|
static AtomicTerm |
AtomicTerm.createString(String value)
Create new AtomicTerm representing a String with given value
|
static AtomicTerm |
AtomicTerm.createSymbol(String value)
Create new AtomicTerm representing a Symbol with given value
|
Modifier and Type | Method and Description |
---|---|
void |
TermWalker.acceptAtom(String sFunctor,
AtomicTerm atomicTerm)
The receiver has been dispatched to from the given atom.
|