public class HexValue extends ASTNodeAccessImpl implements Expression
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
String |
getValue() |
void |
setValue(String value) |
String |
toString() |
HexValue |
withValue(String value) |
getASTNode, setASTNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetASTNode, setASTNodepublic HexValue()
public HexValue(String value)
public void accept(ExpressionVisitor expressionVisitor)
accept in interface Expressionpublic String getValue()
public void setValue(String value)
Copyright © 2004–2021 JSQLParser. All rights reserved.