Package 

Class TargetInfo

  • All Implemented Interfaces:

    
    public abstract class TargetInfo
    extends SubStructure
                        

    Base class for target infos in a TypeAnnotation structure.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      TargetInfo()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getVerbose() A verbose description for the target info.
      • Methods inherited from class org.gjt.jclasslib.structures.attributes.SubStructure

        getLength
      • 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

      • TargetInfo

        TargetInfo()
    • Method Detail

      • getVerbose

         abstract String getVerbose()

        A verbose description for the target info.