Verwendungen von Klasse
org.aspectj.weaver.ast.Var
Packages, die Var verwenden
Package
Beschreibung
-
Verwendungen von Var in org.aspectj.weaver
Methoden in org.aspectj.weaver, die Var zurückgebenModifizierer und TypMethodeBeschreibungabstract Var
Shadow.getArgAnnotationVar
(int i, UnresolvedType forAnnotationType) abstract Var
Shadow.getArgVar
(int i) abstract Var
Shadow.getKindedAnnotationVar
(UnresolvedType forAnnotationType) abstract Var
Shadow.getTargetAnnotationVar
(UnresolvedType forAnnotationType) abstract Var
Shadow.getTargetVar()
a var referencing the targetabstract Var
Shadow.getThisAnnotationVar
(UnresolvedType forAnnotationType) abstract Var
Shadow.getThisAspectInstanceVar
(ResolvedType aspectType) abstract Var
abstract Var
Shadow.getThisJoinPointStaticPartVar()
abstract Var
Shadow.getThisJoinPointVar()
abstract Var
Shadow.getThisVar()
a var referencing thisabstract Var
Shadow.getWithinAnnotationVar
(UnresolvedType forAnnotationType) abstract Var
Shadow.getWithinCodeAnnotationVar
(UnresolvedType forAnnotationType) IWeavingSupport.makeCflowAccessVar
(ResolvedType formalType, Member cflowField, int arrayIndex) -
Verwendungen von Var in org.aspectj.weaver.ast
Felder in org.aspectj.weaver.ast, die deklariert sind als VarMethoden in org.aspectj.weaver.ast, die Var zurückgebenModifizierer und TypMethodeBeschreibungVar.getAccessorForValue
(ResolvedType formalType, String formalName) For an annotation this will return a variable that can access a specific field of the annotation (of the specified type) TODO what kind of behaviour happens for two annotation fields of the same type?HasAnnotation.getVar()
Instanceof.getVar()
Methoden in org.aspectj.weaver.ast mit Parametern vom Typ VarModifizierer und TypMethodeBeschreibungstatic Test
Test.makeHasAnnotation
(Var v, ResolvedType annTy) static Test
Test.makeInstanceof
(Var v, ResolvedType ty) void
Konstruktoren in org.aspectj.weaver.ast mit Parametern vom Typ VarModifiziererKonstruktorBeschreibungHasAnnotation
(Var v, ResolvedType annType) Instanceof
(Var left, UnresolvedType right) -
Verwendungen von Var in org.aspectj.weaver.bcel
Unterklassen von Var in org.aspectj.weaver.bcelModifizierer und TypKlasseBeschreibungclass
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'.Methoden in org.aspectj.weaver.bcel, die Var zurückgebenModifizierer und TypMethodeBeschreibungAnnotationAccessVar.getAccessorForValue
(ResolvedType valueType, String formalName) Return an object that can access a particular value of this annotation.BcelShadow.getArgAnnotationVar
(int i, UnresolvedType forAnnotationType) BcelShadow.getArgVar
(int i) BcelShadow.getKindedAnnotationVar
(UnresolvedType forAnnotationType) BcelShadow.getTargetAnnotationVar
(UnresolvedType forAnnotationType) BcelShadow.getTargetVar()
BcelShadow.getThisAnnotationVar
(UnresolvedType forAnnotationType) final Var
BcelShadow.getThisEnclosingJoinPointStaticPartVar()
final Var
BcelShadow.getThisJoinPointStaticPartVar()
BcelShadow.getThisJoinPointVar()
BcelShadow.getThisVar()
BcelShadow.getWithinAnnotationVar
(UnresolvedType forAnnotationType) BcelShadow.getWithinCodeAnnotationVar
(UnresolvedType forAnnotationType) BcelWeavingSupport.makeCflowAccessVar
(ResolvedType formalType, Member cflowField, int arrayIndex) Methoden in org.aspectj.weaver.bcel mit Parametern vom Typ Var -
Verwendungen von Var in org.aspectj.weaver.patterns
Felder in org.aspectj.weaver.patterns, die deklariert sind als VarMethoden in org.aspectj.weaver.patterns, die Var zurückgebenMethoden in org.aspectj.weaver.patterns mit Parametern vom Typ VarModifizierer und TypMethodeBeschreibungprotected Test
NameBindingPointcut.exposeStateForVar
(Var var, TypePattern type, ExposedState state, World world) void
-
Verwendungen von Var in org.aspectj.weaver.reflect
Unterklassen von Var in org.aspectj.weaver.reflectModifizierer und TypKlasseBeschreibungfinal class
A variable at a reflection shadow, used by the residual tests.Methoden in org.aspectj.weaver.reflect, die Var zurückgebenModifizierer und TypMethodeBeschreibungReflectionShadow.getArgAnnotationVar
(int i, UnresolvedType forAnnotationType) StandardShadow.getArgAnnotationVar
(int i, UnresolvedType forAnnotationType) ReflectionShadow.getArgVar
(int i) StandardShadow.getArgVar
(int i) ReflectionShadow.getKindedAnnotationVar
(UnresolvedType forAnnotationType) StandardShadow.getKindedAnnotationVar
(UnresolvedType forAnnotationType) ReflectionShadow.getTargetAnnotationVar
(UnresolvedType forAnnotationType) StandardShadow.getTargetAnnotationVar
(UnresolvedType forAnnotationType) ReflectionShadow.getTargetVar()
StandardShadow.getTargetVar()
ReflectionShadow.getThisAnnotationVar
(UnresolvedType forAnnotationType) StandardShadow.getThisAnnotationVar
(UnresolvedType forAnnotationType) ReflectionShadow.getThisAspectInstanceVar
(ResolvedType aspectType) StandardShadow.getThisAspectInstanceVar
(ResolvedType aspectType) ReflectionShadow.getThisEnclosingJoinPointStaticPartVar()
StandardShadow.getThisEnclosingJoinPointStaticPartVar()
ReflectionShadow.getThisJoinPointStaticPartVar()
StandardShadow.getThisJoinPointStaticPartVar()
ReflectionShadow.getThisJoinPointVar()
StandardShadow.getThisJoinPointVar()
ReflectionShadow.getThisVar()
StandardShadow.getThisVar()
ReflectionShadow.getWithinAnnotationVar
(UnresolvedType forAnnotationType) StandardShadow.getWithinAnnotationVar
(UnresolvedType forAnnotationType) ReflectionShadow.getWithinCodeAnnotationVar
(UnresolvedType forAnnotationType) StandardShadow.getWithinCodeAnnotationVar
(UnresolvedType forAnnotationType)