public class LongValue extends ASTNodeAccessImpl implements Expression
Constructor and Description |
---|
LongValue(long value) |
LongValue(String value) |
Modifier and Type | Method and Description |
---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
BigInteger |
getBigIntegerValue() |
String |
getStringValue() |
long |
getValue() |
void |
setStringValue(String string) |
void |
setValue(long d) |
String |
toString() |
getASTNode, setASTNode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getASTNode, setASTNode
public LongValue(String value)
public LongValue(long value)
public void accept(ExpressionVisitor expressionVisitor)
accept
in interface Expression
public long getValue()
public BigInteger getBigIntegerValue()
public void setValue(long d)
public String getStringValue()
public void setStringValue(String string)
Copyright © 2004–2019 JSQLParser. All rights reserved.