public class DateTimeLiteralExpression extends ASTNodeAccessImpl implements Expression
| Modifier and Type | Class and Description |
|---|---|
static class |
DateTimeLiteralExpression.DateTime |
| Constructor and Description |
|---|
DateTimeLiteralExpression() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
DateTimeLiteralExpression.DateTime |
getType() |
String |
getValue() |
void |
setType(DateTimeLiteralExpression.DateTime type) |
void |
setValue(String value) |
String |
toString() |
getASTNode, setASTNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetASTNode, setASTNodepublic String getValue()
public void setValue(String value)
public DateTimeLiteralExpression.DateTime getType()
public void setType(DateTimeLiteralExpression.DateTime type)
public void accept(ExpressionVisitor expressionVisitor)
accept in interface ExpressionCopyright © 2004–2019 JSQLParser. All rights reserved.