Package net.sf.jsqlparser.expression
Class SignedExpression
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.SignedExpression
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
It represents a "-" or "+" or "~" before an expression
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor expressionVisitor) <E extends Expression>
EgetExpression
(Class<E> type) char
getSign()
final void
setExpression
(Expression expression) final void
setSign
(char sign) toString()
withExpression
(Expression expression) withSign
(char sign) Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
appendTo, getASTNode, setASTNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sf.jsqlparser.parser.ASTNodeAccess
getASTNode, setASTNode
-
Field Details
-
sign
private char sign -
expression
-
-
Constructor Details
-
SignedExpression
public SignedExpression() -
SignedExpression
-
-
Method Details
-
getSign
public char getSign() -
setSign
public final void setSign(char sign) -
getExpression
-
setExpression
-
accept
- Specified by:
accept
in interfaceExpression
-
toString
-
withSign
-
withExpression
-
getExpression
-