Package org.jacorb.notification.filter.etcl

Interface Summary

ComponentLexerTokenTypes
ImplicitOperator
TCLLexerTokenTypes
TCLParserTokenTypes

Class Summary

AbstractTCLNode Base Class for TCLTree Nodes.
AbstractTCLVisitor Adapter Class to help creating a Visitor for TCL Trees.
AndOperatorA simple node to represent AND operation
ArrayOperatorA simple node to represent Array operation
AssocOperatorA simple node to represent Assoc operation
BoolValue
ComponentLexer
ComponentPositionOperator A simple node to represent Array operation
CurrentTimeNode CurrentTimeNode.java Created: Tue Apr 29 11:55:47 2003
DefaultOperatorA simple node to represent DEFAULT operation
DivOperator A simple node to represent DIV operation
DomainNameShorthandNode DomainNameShorthandNode.java Created: Thu Apr 10 12:08:42 2003
DotOperator A simple node to represent DOT
EqOperatorA simple node to represent EQ operation
ETCLComponentName node that represents a COMPONENT Name
EventNameShorthandNode Created: Thu Apr 10 12:08:42 2003
ExistOperatorA simple node to represent EXIST operation
GteOperatorA simple node to represent GTE operation
GtOperator A simple node to represent GT (>) operation
IdentValue
ImmutableEvaluationResult ImmutableEvaluationResult.java Created: Thu Jan 02 15:48:45 2003
ImplicitOperatorNode
InOperatorA simple node to represent IN operation
LteOperatorA simple node to represent LTE operation
LtOperatorA simple node to represent LT operation
MessageUtils
MinusOperator A simple node to represent MINUS operation
MultOperator A simple node to represent MULT operation
NeqOperatorA simple node to represent NEQ operation
NotOperatorA simple node to represent NOT operation
NumberValue A simple node to represent a Number
OrOperator A simple node to represent OR operation
PlusOperator A simple node to represent PLUS operation
PropertyShorthandNode
RuntimeVariableNode
StaticTypeChecker
StaticTypeException StaticTypeException.java Created: Fri Jul 05 21:55:02 2002
StringValue
SubstrOperator
TCLCleanUp Visitor for TCL Trees.
TCLLexer
TCLParser
TypeNameShorthandNode
UnionPositionOperator UnionPositionOperator.java Created: Thu Sep 26 14:57:58 2002
VisitorException