Uses of Class
org.aspectj.weaver.ast.Expr
Packages that use Expr
-
Uses of Expr in org.aspectj.weaver.ast
Subclasses of Expr in org.aspectj.weaver.astFields in org.aspectj.weaver.ast declared as ExprMethods in org.aspectj.weaver.ast that return ExprModifier and TypeMethodDescriptionExpr[]
Call.getArgs()
Expr[]
CallExpr.getArgs()
Expr[]
FieldGetCall.getArgs()
Methods in org.aspectj.weaver.ast with parameters of type ExprModifier and TypeMethodDescriptionstatic Test
static CallExpr
Expr.makeCallExpr(Member member, Expr[] exprs, ResolvedType returnType)
static Test
Test.makeFieldGetCall(Member f, Member m, Expr[] args)
Constructors in org.aspectj.weaver.ast with parameters of type Expr -
Uses of Expr in org.aspectj.weaver.patterns
Methods in org.aspectj.weaver.patterns that return ExprMethods in org.aspectj.weaver.patterns with parameters of type Expr -
Uses of Expr in org.aspectj.weaver.reflect
Subclasses of Expr in org.aspectj.weaver.reflectModifier and TypeClassDescriptionclass
A variable at a reflection shadow, used by the residual tests.