Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jacorb.notification.filter.etcl.AbstractTCLVisitor
org.jacorb.notification.filter.etcl.StaticTypeChecker
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 | |
void |
|
void |
|
void |
|
void | |
void |
|
void |
|
void | |
void |
|
Methods inherited from class org.jacorb.notification.filter.etcl.AbstractTCLVisitor | |
visitAnd , visitArray , visitAssoc , visitBool , visitComponent , visitComponentPosition , visitDefault , visitDiv , visitDot , visitEq , visitExist , visitGt , visitGteOperator , visitIdent , visitImplicit , visitIn , visitLt , visitLte , visitMinus , visitMult , visitNeq , visitNot , visitNumber , visitOr , visitPlus , visitRuntimeVariable , visitString , visitSubstr , visitUnionPosition |
public void visitAnd(AndOperator and) throws VisitorException
- Overrides:
- visitAnd in interface AbstractTCLVisitor
public void visitDiv(DivOperator node) throws VisitorException
- Overrides:
- visitDiv in interface AbstractTCLVisitor
public void visitGt(GtOperator n) throws VisitorException
- Overrides:
- visitGt in interface AbstractTCLVisitor
public void visitMinus(MinusOperator node) throws VisitorException
- Overrides:
- visitMinus in interface AbstractTCLVisitor
public void visitMult(MultOperator node) throws VisitorException
- Overrides:
- visitMult in interface AbstractTCLVisitor
public void visitPlus(PlusOperator n) throws VisitorException
- Overrides:
- visitPlus in interface AbstractTCLVisitor
public void visitSubstr(SubstrOperator node) throws VisitorException
- Overrides:
- visitSubstr in interface AbstractTCLVisitor