public class DateValue extends ASTNodeAccessImpl implements Expression
| 构造器和说明 |
|---|
DateValue() |
DateValue(Date value) |
DateValue(String value)
A Date in the form {d 'yyyy-mm-dd'}
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
Date |
getValue() |
void |
setValue(Date d) |
String |
toString() |
DateValue |
withValue(Date value) |
getASTNode, setASTNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetASTNode, setASTNodepublic DateValue()
public DateValue(Date value)
public DateValue(String value)
value - The text presentation of the Date to be parsed.public void accept(ExpressionVisitor expressionVisitor)
accept 在接口中 Expressionpublic Date getValue()
public void setValue(Date d)
Copyright © 2026. All rights reserved.