Uses of Interface
org.aspectj.weaver.ast.IExprVisitor
-
Packages that use IExprVisitor Package Description org.aspectj.weaver.ast org.aspectj.weaver.bcel -
-
Uses of IExprVisitor in org.aspectj.weaver.ast
Methods in org.aspectj.weaver.ast with parameters of type IExprVisitor Modifier and Type Method Description voidCallExpr. accept(IExprVisitor v)abstract voidExpr. accept(IExprVisitor v)voidFieldGet. accept(IExprVisitor v)voidVar. accept(IExprVisitor v) -
Uses of IExprVisitor in org.aspectj.weaver.bcel
Classes in org.aspectj.weaver.bcel that implement IExprVisitor Modifier and Type Class Description classBcelRenderer
-