|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.satline.expr.FunctionCall
com.satline.expr.CurrentDateFunctionTerm
public class CurrentDateFunctionTerm
This class defines a current date function term within an expression.
| Constructor Summary | |
|---|---|
CurrentDateFunctionTerm()
Default constructor. |
|
| Method Summary | ||
|---|---|---|
|
greet(ExpressionWalker<E,F> visitor,
F arg)
Handle visit of ExpressionWalker. |
|
| Methods inherited from class com.satline.expr.FunctionCall |
|---|
addArgument, equals, getArguments, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CurrentDateFunctionTerm()
| Method Detail |
|---|
public <E,F> E greet(ExpressionWalker<E,F> visitor,
F arg)
throws ExpressionException
visitor - - the ExpressionWalker visiting this objectarg - - implementation dependent argument
ExpressionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||