org.jacorb.notification.filter.etcl
public class RuntimeVariableNode extends AbstractTCLNode implements RuntimeVariable
Version: $Id: RuntimeVariableNode.java,v 1.6 2004/08/13 11:55:29 alphonse.bendt Exp $
Constructor Summary | |
---|---|
RuntimeVariableNode(Token token) |
Method Summary | |
---|---|
void | acceptInOrder(AbstractTCLVisitor visitor) |
void | acceptPostOrder(AbstractTCLVisitor visitor) |
void | acceptPreOrder(AbstractTCLVisitor visitor) |
EvaluationResult | evaluate(EvaluationContext context) |
String | getIdentifier() |
String | toString() |