public class HexValue extends net.sf.jsqlparser.parser.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) |
appendTo, getASTNode, setASTNodepublic HexValue()
public HexValue(String value)
public void accept(ExpressionVisitor expressionVisitor)
accept in interface Expressionpublic String getValue()
public void setValue(String value)
Copyright © 2004–2024 JSQLParser. All rights reserved.