Class Summary |
CflowIdentifierLookupVisitor |
Gather all literal part of an IN or NOT IN sub-expression
Build the list of literal in visit' data |
EvaluateVisitor |
Evaluate the expression, ignore the IN and NOT IN sub-expressions
Resulting Boolean is returned
Visit' data is namespace to retrieve expression from literals |
IdentifierLookupVisitor |
Gather all literal (including part of an IN or NOT IN sub-expression)
Build the list of literal in visit' data |
TypeVisitor |
Determine expression type and check IN and NOT IN type is CFLOW
PointcutType is returned
Visit' data is namespace |