Uses of Class
org.aspectj.weaver.ast.Expr
Packages that use Expr
Package
Description
-
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 Teststatic CallExprExpr.makeCallExpr(Member member, Expr[] exprs, ResolvedType returnType)static TestTest.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.bcel
Subclasses of Expr in org.aspectj.weaver.bcelModifier and TypeClassDescriptionclassRepresents access to an annotation on an element, relating to some kinded pointcut.classUsed to represent a variable reference to an aspect instance.classXXX Erik and I need to discuss this hierarchy.classXXX Erik and I need to discuss this hierarchy.classclassUsed for @this() @target() @args() - represents accessing an annotated 'thing'.Methods in org.aspectj.weaver.bcel with parameters of type ExprModifier and TypeMethodDescriptionstatic InstructionListBcelRenderer.renderExpr(InstructionFactory fact, BcelWorld world, Expr e)static InstructionListBcelRenderer.renderExpr(InstructionFactory fact, BcelWorld world, Expr e, Type desiredType)static InstructionListBcelRenderer.renderExprs(InstructionFactory fact, BcelWorld world, Expr[] es) -
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 TypeClassDescriptionclassA variable at a reflection shadow, used by the residual tests.