|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Var | |
---|---|
org.aspectj.weaver | |
org.aspectj.weaver.ast | |
org.aspectj.weaver.bcel | |
org.aspectj.weaver.patterns | |
org.aspectj.weaver.reflect |
Uses of Var in org.aspectj.weaver |
---|
Uses of Var in org.aspectj.weaver.ast |
---|
Fields in org.aspectj.weaver.ast declared as Var | |
---|---|
static Var[] |
Var.NONE
|
Methods in org.aspectj.weaver.ast that return Var | |
---|---|
Var |
Var.getAccessorForValue(ResolvedType formalType)
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? |
Var |
Instanceof.getVar()
|
Var |
HasAnnotation.getVar()
|
Methods in org.aspectj.weaver.ast with parameters of type Var | |
---|---|
static Test |
Test.makeHasAnnotation(Var v,
ResolvedType annTy)
|
static Test |
Test.makeInstanceof(Var v,
ResolvedType ty)
|
void |
IExprVisitor.visit(Var i)
|
Constructors in org.aspectj.weaver.ast with parameters of type Var | |
---|---|
HasAnnotation(Var v,
ResolvedType annType)
|
|
Instanceof(Var left,
UnresolvedType right)
|
Uses of Var in org.aspectj.weaver.bcel |
---|
Subclasses of Var 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 that return Var | |
---|---|
Var |
AnnotationAccessVar.getAccessorForValue(ResolvedType valueType)
Return an object that can access a particular value of this annotation. |
Var |
BcelShadow.getArgAnnotationVar(int i,
UnresolvedType forAnnotationType)
|
Var |
BcelShadow.getArgVar(int i)
|
Var |
BcelShadow.getKindedAnnotationVar(UnresolvedType forAnnotationType)
|
Var |
BcelShadow.getTargetAnnotationVar(UnresolvedType forAnnotationType)
|
Var |
BcelShadow.getTargetVar()
|
Var |
BcelShadow.getThisAnnotationVar(UnresolvedType forAnnotationType)
|
Var |
BcelShadow.getThisEnclosingJoinPointStaticPartVar()
|
Var |
BcelShadow.getThisJoinPointStaticPartVar()
|
Var |
BcelShadow.getThisJoinPointVar()
|
Var |
BcelShadow.getThisVar()
|
Var |
BcelShadow.getWithinAnnotationVar(UnresolvedType forAnnotationType)
|
Var |
BcelShadow.getWithinCodeAnnotationVar(UnresolvedType forAnnotationType)
|
Var |
BcelWeavingSupport.makeCflowAccessVar(ResolvedType formalType,
Member cflowField,
int arrayIndex)
|
Methods in org.aspectj.weaver.bcel with parameters of type Var | |
---|---|
void |
BcelRenderer.visit(Var var)
|
Uses of Var in org.aspectj.weaver.patterns |
---|
Fields in org.aspectj.weaver.patterns declared as Var | |
---|---|
Var[] |
ExposedState.vars
|
Methods in org.aspectj.weaver.patterns that return Var | |
---|---|
Var |
ExposedState.get(int i)
|
Methods in org.aspectj.weaver.patterns with parameters of type Var | |
---|---|
void |
ExposedState.set(int i,
Var var)
|
Uses of Var in org.aspectj.weaver.reflect |
---|
Subclasses of Var in org.aspectj.weaver.reflect | |
---|---|
class |
ReflectionVar
A variable at a reflection shadow, used by the residual tests. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |