Uses of Class
com.tangosol.coherence.dsltools.termtrees.AtomicTerm
Packages that use AtomicTerm
- 
Uses of AtomicTerm in com.tangosol.coherence.dsltools.termtrees
Methods in com.tangosol.coherence.dsltools.termtrees that return AtomicTermModifier and TypeMethodDescriptionstatic AtomicTermAtomicTerm.createBoolean(String value) Create new AtomicTerm representing a Boolean with given valuestatic AtomicTermAtomicTerm.createDouble(String value) Create new AtomicTerm representing a Double with given valuestatic AtomicTermAtomicTerm.createFloat(String value) Create new AtomicTerm representing a float with given valuestatic AtomicTermAtomicTerm.createInteger(String value) Create new AtomicTerm representing a Integer with given valuestatic AtomicTermAtomicTerm.createLong(String value) Create new AtomicTerm representing a Long with given valuestatic AtomicTermAtomicTerm.createNull()Create new AtomicTerm representing a null.static AtomicTermAtomicTerm.createNull(String value) Create new AtomicTerm representing a null with given valuestatic AtomicTermAtomicTerm.createShort(String value) Create new AtomicTerm representing a Short with given valuestatic AtomicTermAtomicTerm.createString(String value) Create new AtomicTerm representing a String with given valuestatic AtomicTermAtomicTerm.createSymbol(String value) Create new AtomicTerm representing a Symbol with given valueMethods in com.tangosol.coherence.dsltools.termtrees with parameters of type AtomicTermModifier and TypeMethodDescriptionvoidTermWalker.acceptAtom(String sFunctor, AtomicTerm atomicTerm) The receiver has been dispatched to from the given atom.