org.jacorb.notification.filter.etcl

Class CurrentTimeNode

Implemented Interfaces:
ComponentName, TCLParserTokenTypes

public class CurrentTimeNode
extends ETCLComponentName

CurrentTimeNode.java Created: Tue Apr 29 11:55:47 2003

Version:
$Id: CurrentTimeNode.java,v 1.3 2004/05/06 12:39:59 nicolas Exp $

Author:
Alphonse Bendt

Field Summary

static String
SHORT_NAME

Fields inherited from interface org.jacorb.notification.filter.etcl.TCLParserTokenTypes

AND, ARRAY, ASSOC, DEFAULT, DISCRIM, DIV, DOLLAR, DOT, EOF, EQ, EXIST, FALSE, FIRST, GT, GTE, IDENTIFIER, IMPLICIT, IN, LBRACKET, LENGTH, LPAREN, LT, LTE, MAX, MIN, MINUS, MULT, NEQ, NOT, NULL_TREE_LOOKAHEAD, NUMBER, NUM_FLOAT, OR, PLUS, RANDOM, RBRACKET, REPO_ID, RPAREN, RUNTIME_VAR, STRING, SUBSTR, TRUE, TYPE, TYPE_ID, UNARY_MINUS, UNARY_PLUS, UNION_POS, WITH, WS

Method Summary

EvaluationResult
evaluate(EvaluationContext context)
String
toString()

Methods inherited from class org.jacorb.notification.filter.etcl.ETCLComponentName

acceptInOrder, acceptPostOrder, acceptPreOrder, evaluate, getComponentName, setComponentName, toString

Methods inherited from class org.jacorb.notification.filter.etcl.AbstractTCLNode

acceptInOrder, acceptPostOrder, acceptPreOrder, evaluate, getKind, getName, getNameForType, getNextType, getType, hasNextSibling, initialize, initialize, initialize, isBoolean, isNumber, isStatic, isString, left, printToStringBuffer, right, setKind, setType, toStringTree

Field Details

SHORT_NAME

public static final String SHORT_NAME

Method Details

evaluate

public EvaluationResult evaluate(EvaluationContext context)
            throws EvaluationException
Overrides:
evaluate in interface ETCLComponentName


toString

public String toString()
Overrides:
toString in interface ETCLComponentName