Package javassist.bytecode
Class TypeAnnotationsAttribute.SubWalker
java.lang.Object
javassist.bytecode.TypeAnnotationsAttribute.SubWalker
- Direct Known Subclasses:
TypeAnnotationsAttribute.SubCopier
- Enclosing class:
- TypeAnnotationsAttribute
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidcatchTarget(int pos, int exceptionTableIndex) (package private) voidemptyTarget(int pos, int targetType) (package private) voidformalParameterTarget(int pos, int formalParameterIndex) (package private) intlocalvarTarget(int pos, int targetType, int tableLength) (package private) voidlocalvarTarget(int pos, int targetType, int startPc, int length, int index) (package private) voidoffsetTarget(int pos, int targetType, int offset) (package private) voidsupertypeTarget(int pos, int superTypeIndex) (package private) final inttargetInfo(int pos, int type) (package private) voidthrowsTarget(int pos, int throwsTypeIndex) (package private) voidtypeArgumentTarget(int pos, int targetType, int offset, int typeArgumentIndex) (package private) voidtypeParameterBoundTarget(int pos, int targetType, int typeParameterIndex, int boundIndex) (package private) voidtypeParameterTarget(int pos, int targetType, int typeParameterIndex) (package private) final inttypePath(int pos) (package private) inttypePath(int pos, int pathLength) (package private) voidtypePath(int pos, int typePathKind, int typeArgumentIndex)
-
Field Details
-
info
byte[] info
-
-
Constructor Details
-
SubWalker
SubWalker(byte[] attrInfo)
-
-
Method Details
-
targetInfo
- Throws:
Exception
-
typeParameterTarget
- Throws:
Exception
-
supertypeTarget
- Throws:
Exception
-
typeParameterBoundTarget
void typeParameterBoundTarget(int pos, int targetType, int typeParameterIndex, int boundIndex) throws Exception - Throws:
Exception
-
emptyTarget
- Throws:
Exception
-
formalParameterTarget
- Throws:
Exception
-
throwsTarget
- Throws:
Exception
-
localvarTarget
- Throws:
Exception
-
localvarTarget
- Throws:
Exception
-
catchTarget
- Throws:
Exception
-
offsetTarget
- Throws:
Exception
-
typeArgumentTarget
void typeArgumentTarget(int pos, int targetType, int offset, int typeArgumentIndex) throws Exception - Throws:
Exception
-
typePath
- Throws:
Exception
-
typePath
- Throws:
Exception
-
typePath
- Throws:
Exception
-