Uses of Class
com.tangosol.coherence.dsltools.base.LiteralBaseToken
Package
Description
Contains base classes for all tokens processed by dsltools.
This package contains implementations of
OPToken
s.-
Uses of LiteralBaseToken in com.tangosol.coherence.dsltools.base
Modifier and TypeMethodDescriptionstatic LiteralBaseToken
LiteralBaseToken.createBoolean
(String s) Create new LiteralBaseToken representing a Boolean with given valuestatic LiteralBaseToken
LiteralBaseToken.createDouble
(String s) Create new LiteralBaseToken representing a Double with given valuestatic LiteralBaseToken
LiteralBaseToken.createFloat
(String s) Create new LiteralBaseToken representing a float with given valuestatic LiteralBaseToken
LiteralBaseToken.createInteger
(String s) Create new LiteralBaseToken representing a Integer with given valuestatic LiteralBaseToken
LiteralBaseToken.createLong
(String s) Create new LiteralBaseToken representing a Long with given valuestatic LiteralBaseToken
LiteralBaseToken.createNull
(String s) Create new LiteralBaseToken representing a null with given valuestatic LiteralBaseToken
LiteralBaseToken.createShort
(String s) Create new LiteralBaseToken representing a Integer with given valuestatic LiteralBaseToken
LiteralBaseToken.createString
(String s) Create new LiteralBaseToken representing a String with given valueprotected LiteralBaseToken
BaseTokenScanner.literalFloat()
A floating point literal has been detected so create. -
Uses of LiteralBaseToken in com.tangosol.coherence.dsltools.precedence
ModifierConstructorDescriptionConstruct a new LiteralOPToken with the given parameters.