public class CurrentTimeNode extends ETCLComponentName
Modifier and Type | Field and Description |
---|---|
static String |
SHORT_NAME |
Constructor and Description |
---|
CurrentTimeNode() |
Modifier and Type | Method and Description |
---|---|
EvaluationResult |
evaluate(EvaluationContext context)
Evaluate this Node.
|
String |
toString() |
acceptInOrder, acceptPostOrder, acceptPreOrder, getComponentName, setComponentName
getName, getNameForType, getType, hasNextSibling, initialize, initialize, initialize, isBoolean, isNumber, isStatic, isString, left, printToStringBuffer, right, setType, toStringTree
addChild, 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, xmlSerializeRootOpen
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toStringTree
public static final String SHORT_NAME
public EvaluationResult evaluate(EvaluationContext context) throws EvaluationException
AbstractTCLNode
evaluate
in class ETCLComponentName
context
- 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 String toString()
toString
in interface antlr.collections.AST
toString
in class ETCLComponentName
Copyright © 2016 JacORB. All rights reserved.