Uses of Class
org.aspectj.weaver.ast.Expr
Package
Description
-
Uses of Expr in org.aspectj.weaver.ast
Modifier and TypeMethodDescriptionExpr[]
Call.getArgs()
Expr[]
CallExpr.getArgs()
Expr[]
FieldGetCall.getArgs()
Modifier and TypeMethodDescriptionstatic Test
static CallExpr
Expr.makeCallExpr
(Member member, Expr[] exprs, ResolvedType returnType) static Test
Test.makeFieldGetCall
(Member f, Member m, Expr[] args) -
Uses of Expr in org.aspectj.weaver.bcel
Modifier and TypeClassDescriptionclass
Represents access to an annotation on an element, relating to some kinded pointcut.class
Used to represent a variable reference to an aspect instance.class
XXX Erik and I need to discuss this hierarchy.class
XXX Erik and I need to discuss this hierarchy.class
class
Used for @this() @target() @args() - represents accessing an annotated 'thing'.Modifier and TypeMethodDescriptionstatic InstructionList
BcelRenderer.renderExpr
(InstructionFactory fact, BcelWorld world, Expr e) static InstructionList
BcelRenderer.renderExpr
(InstructionFactory fact, BcelWorld world, Expr e, Type desiredType) static InstructionList
BcelRenderer.renderExprs
(InstructionFactory fact, BcelWorld world, Expr[] es) -
Uses of Expr in org.aspectj.weaver.patterns
-
Uses of Expr in org.aspectj.weaver.reflect
Modifier and TypeClassDescriptionfinal class
A variable at a reflection shadow, used by the residual tests.