|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExpressionVisitor | |
|---|---|
| org.codehaus.aspectwerkz.expression | |
| org.codehaus.aspectwerkz.transform.inlining.compiler | |
| Uses of ExpressionVisitor in org.codehaus.aspectwerkz.expression |
|---|
| Subclasses of ExpressionVisitor in org.codehaus.aspectwerkz.expression | |
|---|---|
class |
AdvisedClassFilterExpressionVisitor
The advised class filter visitor. |
class |
ArgsIndexVisitor
A visitor to compute the args index of the target (matching) method/constructor which match the advice args. |
| Methods in org.codehaus.aspectwerkz.expression that return ExpressionVisitor | |
|---|---|
ExpressionVisitor |
ExpressionInfo.getExpression()
Returns the regular expression. |
ExpressionVisitor |
ExpressionNamespace.getExpression(String name)
Returns the expression with a specific name. |
| Uses of ExpressionVisitor in org.codehaus.aspectwerkz.transform.inlining.compiler |
|---|
| Subclasses of ExpressionVisitor in org.codehaus.aspectwerkz.transform.inlining.compiler | |
|---|---|
class |
RuntimeCheckVisitor
Visit an expression and push on the bytecode stack the boolean expression that corresponds to the residual part for the target(CALLEE) filtering and cflow / cflowbelow runtime checks TODO: for now OR / AND / NOT are turned in IAND etc, ie "&" and not "&&" that is more efficient but is using labels. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||