Package javassist.bytecode
Class AnnotationsAttribute.Walker
java.lang.Object
javassist.bytecode.AnnotationsAttribute.Walker
- Direct Known Subclasses:
AnnotationsAttribute.Copier,AnnotationsAttribute.Parser,AnnotationsAttribute.Renamer,TypeAnnotationsAttribute.TAWalker
- Enclosing class:
- AnnotationsAttribute
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) final intannotation(int pos) (package private) intannotation(int pos, int type, int numPairs) (package private) final void(package private) final intannotationArray(int pos) (package private) intannotationArray(int pos, int num) (package private) intannotationMemberValue(int pos) annotation_value(package private) intarrayMemberValue(int pos, int num) array_value(package private) voidclassMemberValue(int pos, int index) class_info_index(package private) voidconstValueMember(int tag, int index) const_value_index(package private) voidenumMemberValue(int pos, int typeNameIndex, int constNameIndex) enum_const_value(package private) final intmemberValue(int pos) element_value(package private) final intmemberValuePair(int pos) element_value_paris(package private) intmemberValuePair(int pos, int nameIndex) element_value_paris[](package private) final void(package private) voidparameters(int numParam, int pos)
-
Field Details
-
info
byte[] info
-
-
Constructor Details
-
Walker
Walker(byte[] attrInfo)
-
-
Method Details
-
parameters
- Throws:
Exception
-
parameters
- Throws:
Exception
-
annotationArray
- Throws:
Exception
-
annotationArray
- Throws:
Exception
-
annotationArray
- Throws:
Exception
-
annotation
- Throws:
Exception
-
annotation
- Throws:
Exception
-
memberValuePair
element_value_paris- Throws:
Exception
-
memberValuePair
element_value_paris[]- Throws:
Exception
-
memberValue
element_value- Throws:
Exception
-
constValueMember
const_value_index- Throws:
Exception
-
enumMemberValue
enum_const_value- Throws:
Exception
-
classMemberValue
class_info_index- Throws:
Exception
-
annotationMemberValue
annotation_value- Throws:
Exception
-
arrayMemberValue
array_value- Throws:
Exception
-