org.codehaus.aspectwerkz.reflect.impl.asm |
|
Java Source File Name | Type | Comment |
AsmClassInfo.java | Class | Implementation of the ClassInfo interface utilizing the ASM bytecode library for the info retriaval.
Annotations are lazily gathered, unless required to visit them at the same time as we visit methods and fields.
This implementation guarantees that the method, fields and constructors can be retrieved in the same order as they were in the bytecode
(it can depends of the compiler and might not be the order of the source code - f.e. |
AsmClassInfoRepository.java | Class | A repository for the class info hierarchy. |
AsmConstructorInfo.java | Class | ASM implementation of the ConstructorInfo interface. |
AsmFieldInfo.java | Class | ASM implementation of the FieldInfo interface. |
AsmMemberInfo.java | Class | ASM implementation of the MemberInfo interface. |
AsmMethodInfo.java | Class | ASM implementation of the MethodInfo interface. |
FieldStruct.java | Class | |
MemberStruct.java | Class | The member info. |
MethodStruct.java | Class | |