Package 

Class SupertypeTargetInfo

  • All Implemented Interfaces:

    
    public final class SupertypeTargetInfo
    extends TargetInfo
                        

    Target info for a TypeAnnotation structure with a super class target.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Integer getSupertypeIndex() The index of the super type, 65535 if the super class is the target, otherwise an index in the list of implemented interfaces.
      final Unit setSupertypeIndex(Integer supertypeIndex) The index of the super type, 65535 if the super class is the target, otherwise an index in the list of implemented interfaces.
      Integer getLength() The length of the structure in bytes.
      String getVerbose() A verbose description for the target info.
      • Methods inherited from class org.gjt.jclasslib.structures.Structure

        read, write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SupertypeTargetInfo

        SupertypeTargetInfo()
    • Method Detail

      • getSupertypeIndex

         final Integer getSupertypeIndex()

        The index of the super type, 65535 if the super class is the target, otherwise an index in the list of implemented interfaces.

      • setSupertypeIndex

         final Unit setSupertypeIndex(Integer supertypeIndex)

        The index of the super type, 65535 if the super class is the target, otherwise an index in the list of implemented interfaces.