Class Var
java.lang.Object
org.aspectj.weaver.ast.ASTNode
org.aspectj.weaver.ast.Expr
org.aspectj.weaver.ast.Var
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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?getType()
toString()
Methods inherited from class org.aspectj.weaver.ast.Expr
makeCallExpr
-
Field Details
-
NONE
-
-
Constructor Details
-
Var
-
-
Method Details
-
getType
-
toString
-
accept
-
getAccessorForValue
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?- Parameters:
formalType
-formalName
-- Returns:
-