Uses of Class
com.tangosol.coherence.dsltools.termtrees.AtomicTerm
-
Uses of AtomicTerm in com.tangosol.coherence.dsltools.termtrees
Modifier and TypeMethodDescriptionstatic AtomicTerm
AtomicTerm.createBoolean
(String value) Create new AtomicTerm representing a Boolean with given valuestatic AtomicTerm
AtomicTerm.createDouble
(String value) Create new AtomicTerm representing a Double with given valuestatic AtomicTerm
AtomicTerm.createFloat
(String value) Create new AtomicTerm representing a float with given valuestatic AtomicTerm
AtomicTerm.createInteger
(String value) Create new AtomicTerm representing a Integer with given valuestatic AtomicTerm
AtomicTerm.createLong
(String value) Create new AtomicTerm representing a Long with given valuestatic AtomicTerm
AtomicTerm.createNull()
Create new AtomicTerm representing a null.static AtomicTerm
AtomicTerm.createNull
(String value) Create new AtomicTerm representing a null with given valuestatic AtomicTerm
AtomicTerm.createShort
(String value) Create new AtomicTerm representing a Short with given valuestatic AtomicTerm
AtomicTerm.createString
(String value) Create new AtomicTerm representing a String with given valuestatic AtomicTerm
AtomicTerm.createSymbol
(String value) Create new AtomicTerm representing a Symbol with given valueModifier and TypeMethodDescriptionvoid
TermWalker.acceptAtom
(String sFunctor, AtomicTerm atomicTerm) The receiver has been dispatched to from the given atom.