Package net.sf.jsqlparser.expression
Class LongValue
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.LongValue
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
Every number without a point or an exponential format is a LongValue.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor expressionVisitor) boolean
long
getValue()
int
hashCode()
void
setStringValue
(String string) void
setValue
(long d) toString()
withStringValue
(String stringValue) withValue
(long d) Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
appendTo, getASTNode, setASTNode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sf.jsqlparser.parser.ASTNodeAccess
getASTNode, setASTNode
-
Field Details
-
stringValue
-
-
Constructor Details
-
LongValue
public LongValue() -
LongValue
-
LongValue
public LongValue(long value)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceExpression
-
getValue
public long getValue() -
getBigIntegerValue
-
setValue
public void setValue(long d) -
withValue
-
getStringValue
-
setStringValue
-
toString
-
withStringValue
-
equals
-
hashCode
public int hashCode()
-