public class CurrentTimeNode extends ETCLComponentName
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SHORT_NAME |
| Constructor and Description |
|---|
CurrentTimeNode() |
| Modifier and Type | Method and Description |
|---|---|
EvaluationResult |
evaluate(EvaluationContext context)
Evaluate this Node.
|
java.lang.String |
toString() |
acceptInOrder, acceptPostOrder, acceptPreOrder, getComponentName, setComponentNamegetName, getNameForType, getType, hasNextSibling, initialize, initialize, initialize, isBoolean, isNumber, isStatic, isString, left, printToStringBuffer, right, setType, toStringTreeaddChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getColumn, getFirstChild, getLine, getNextSibling, getNumberOfChildren, getText, getTokenNames, removeChildren, setFirstChild, setNextSibling, setText, setVerboseStringConversion, toStringList, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpenclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoStringTreepublic static final java.lang.String SHORT_NAME
public EvaluationResult evaluate(EvaluationContext context) throws EvaluationException
AbstractTCLNodeevaluate in class ETCLComponentNamecontext - an EvaluationContext value contains all context information
necessary for the evaluationEvaluationResult valueEvaluationException - occurs if e.g. an expression contains a reference to a non-existent struct
member or if it is tried to add a string and a numberpublic java.lang.String toString()
toString in interface antlr.collections.ASTtoString in class ETCLComponentName