Package 

Class ExceptionTargetInfo

  • All Implemented Interfaces:

    
    public final class ExceptionTargetInfo
    extends TargetInfo
                        

    Target info for a TypeAnnotation structure with an exception table link.

    • 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 getExceptionTableIndex() The linked index in the exception table.
      final Unit setExceptionTableIndex(Integer exceptionTableIndex) The linked index in the exception table.
      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