Uses of Class
org.aspectj.weaver.ast.Expr

Packages that use Expr
org.aspectj.weaver.ast   
org.aspectj.weaver.bcel   
org.aspectj.weaver.patterns   
org.aspectj.weaver.reflect   
 

Uses of Expr in org.aspectj.weaver.ast
 

Subclasses of Expr in org.aspectj.weaver.ast
 class CallExpr
           
 class FieldGet
           
 class Var
           
 

Fields in org.aspectj.weaver.ast declared as Expr
static Expr[] Expr.NONE
           
 

Methods in org.aspectj.weaver.ast that return Expr
 Expr[] FieldGetCall.getArgs()
           
 Expr[] CallExpr.getArgs()
           
 Expr[] Call.getArgs()
           
 

Methods in org.aspectj.weaver.ast with parameters of type Expr
static Test Test.makeCall(Member m, Expr[] args)
           
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
Call(Member m, Expr[] args)
           
CallExpr(Member m, Expr[] args, ResolvedType returnType)
           
FieldGetCall(Member f, Member m, Expr[] args)
           
 

Uses of Expr in org.aspectj.weaver.bcel
 

Subclasses of Expr in org.aspectj.weaver.bcel
 class AnnotationAccessVar
          Represents access to an annotation on an element, relating to some kinded pointcut.
 class BcelCflowAccessVar
          XXX Erik and I need to discuss this hierarchy.
 class BcelFieldRef
          XXX Erik and I need to discuss this hierarchy.
 class BcelVar
           
 class TypeAnnotationAccessVar
          Used for @this() @target() @args() - represents accessing an annotated 'thing'.
 

Methods in org.aspectj.weaver.bcel with parameters of type Expr
static 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
 

Methods in org.aspectj.weaver.patterns that return Expr
 Expr ExposedState.getAspectInstance()
           
 

Methods in org.aspectj.weaver.patterns with parameters of type Expr
 void ExposedState.setAspectInstance(Expr aspectInstance)
           
 

Uses of Expr in org.aspectj.weaver.reflect
 

Subclasses of Expr in org.aspectj.weaver.reflect
 class ReflectionVar
          A variable at a reflection shadow, used by the residual tests.