Class SuperTypeTargetInfo
- java.lang.Object
-
- proguard.classfile.attribute.annotation.target.TargetInfo
-
- proguard.classfile.attribute.annotation.target.SuperTypeTargetInfo
-
public class SuperTypeTargetInfo extends TargetInfo
Representation of a super type annotation target.
-
-
Field Summary
Fields Modifier and Type Field Description static int
EXTENDS_INDEX
int
u2superTypeIndex
-
Fields inherited from class proguard.classfile.attribute.annotation.target.TargetInfo
TARGET_TYPE_ARGUMENT_GENERIC_METHOD, TARGET_TYPE_ARGUMENT_GENERIC_METHODNew, TARGET_TYPE_ARGUMENT_GENERIC_METHODReference, TARGET_TYPE_ARGUMENT_GENERIC_METHODReferenceNew, TARGET_TYPE_BOUND_GENERIC_CLASS, TARGET_TYPE_BOUND_GENERIC_METHOD, TARGET_TYPE_CAST, TARGET_TYPE_CATCH, TARGET_TYPE_EXTENDS, TARGET_TYPE_FIELD, TARGET_TYPE_INSTANCE_OF, TARGET_TYPE_LOCAL_VARIABLE, TARGET_TYPE_METHOD_REFERENCE, TARGET_TYPE_METHOD_REFERENCE_NEW, TARGET_TYPE_NEW, TARGET_TYPE_PARAMETER, TARGET_TYPE_PARAMETER_GENERIC_CLASS, TARGET_TYPE_PARAMETER_GENERIC_METHOD, TARGET_TYPE_RECEIVER, TARGET_TYPE_RESOURCE_VARIABLE, TARGET_TYPE_RETURN, TARGET_TYPE_THROWS, u1targetType
-
-
Constructor Summary
Constructors Constructor Description SuperTypeTargetInfo()
Creates an uninitialized SuperTypeTargetInfo.SuperTypeTargetInfo(byte u1targetType)
Creates a partially initialized SuperTypeTargetInfo.SuperTypeTargetInfo(byte u1targetType, int u2superTypeIndex)
Creates an initialized SuperTypeTargetInfo.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Clazz clazz, TypeAnnotation typeAnnotation, TargetInfoVisitor targetInfoVisitor)
Accepts the given visitor, in the context of a type annotation on a class.-
Methods inherited from class proguard.classfile.attribute.annotation.target.TargetInfo
accept, accept, accept, getTargetType
-
-
-
-
Field Detail
-
EXTENDS_INDEX
public static final int EXTENDS_INDEX
- See Also:
- Constant Field Values
-
u2superTypeIndex
public int u2superTypeIndex
-
-
Constructor Detail
-
SuperTypeTargetInfo
public SuperTypeTargetInfo()
Creates an uninitialized SuperTypeTargetInfo.
-
SuperTypeTargetInfo
public SuperTypeTargetInfo(byte u1targetType)
Creates a partially initialized SuperTypeTargetInfo.
-
SuperTypeTargetInfo
public SuperTypeTargetInfo(byte u1targetType, int u2superTypeIndex)
Creates an initialized SuperTypeTargetInfo.
-
-
Method Detail
-
accept
public void accept(Clazz clazz, TypeAnnotation typeAnnotation, TargetInfoVisitor targetInfoVisitor)
Description copied from class:TargetInfo
Accepts the given visitor, in the context of a type annotation on a class.- Overrides:
accept
in classTargetInfo
-
-