|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ReflectionInfo in org.codehaus.aspectwerkz.expression |
---|
Methods in org.codehaus.aspectwerkz.expression that return ReflectionInfo | |
---|---|
ReflectionInfo |
ExpressionContext.getReflectionInfo()
|
ReflectionInfo |
ExpressionContext.getWithinReflectionInfo()
|
Methods in org.codehaus.aspectwerkz.expression with parameters of type ReflectionInfo | |
---|---|
protected Object |
ExpressionVisitor.visitAnnotatedNode(SimpleNode node,
ReflectionInfo reflectInfo)
Test the context upon the expression tree, under a node that can contain annotations. |
protected boolean |
ExpressionVisitor.visitAttributes(SimpleNode node,
ReflectionInfo refInfo)
|
protected boolean |
ExpressionVisitor.visitModifiers(SimpleNode node,
ReflectionInfo refInfo)
|
Constructors in org.codehaus.aspectwerkz.expression with parameters of type ReflectionInfo | |
---|---|
ExpressionContext(PointcutType pointcutType,
ReflectionInfo reflectionInfo,
ReflectionInfo withinReflectionInfo)
Creates a new expression context. |
Uses of ReflectionInfo in org.codehaus.aspectwerkz.reflect |
---|
Subinterfaces of ReflectionInfo in org.codehaus.aspectwerkz.reflect | |
---|---|
interface |
ClassInfo
Interface for the class info implementations. |
interface |
ConstructorInfo
Interface for the constructor info implementations. |
interface |
FieldInfo
Interface for the field info implementations. |
interface |
MemberInfo
Marker interface for the member info classes (field and method). |
interface |
MethodInfo
Interface for the method info implementations. |
interface |
StaticInitializationInfo
Marker interface for staticinitializer member info. |
Classes in org.codehaus.aspectwerkz.reflect that implement ReflectionInfo | |
---|---|
static class |
ClassInfo.NullClassInfo
|
class |
StaticInitializationInfoImpl
Sole implementation of StaticInitializationInfo . |
Uses of ReflectionInfo in org.codehaus.aspectwerkz.reflect.impl.asm |
---|
Classes in org.codehaus.aspectwerkz.reflect.impl.asm that implement ReflectionInfo | |
---|---|
class |
AsmClassInfo
Implementation of the ClassInfo interface utilizing the ASM bytecode library for the info retriaval. |
class |
AsmConstructorInfo
ASM implementation of the ConstructorInfo interface. |
class |
AsmFieldInfo
ASM implementation of the FieldInfo interface. |
class |
AsmMemberInfo
ASM implementation of the MemberInfo interface. |
class |
AsmMethodInfo
ASM implementation of the MethodInfo interface. |
Uses of ReflectionInfo in org.codehaus.aspectwerkz.reflect.impl.java |
---|
Classes in org.codehaus.aspectwerkz.reflect.impl.java that implement ReflectionInfo | |
---|---|
class |
JavaClassInfo
Implementation of the ClassInfo interface for java.lang.reflect.*. |
class |
JavaConstructorInfo
Implementation of the ConstructorInfo interface for java.lang.reflect.*. |
class |
JavaFieldInfo
Implementation of the FieldInfo interface for java.lang.reflect.*. |
class |
JavaMemberInfo
|
class |
JavaMethodInfo
Implementation of the MethodInfo interface for java.lang.reflect.*. |
Uses of ReflectionInfo in org.codehaus.aspectwerkz.util |
---|
Methods in org.codehaus.aspectwerkz.util with parameters of type ReflectionInfo | |
---|---|
static Integer |
Util.calculateHash(String className,
ReflectionInfo info)
Calculates the hash for the class name and the meta-data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |