-
- All Implemented Interfaces:
public final class ExceptionTargetInfo extends TargetInfo
Target info for a TypeAnnotation structure with an exception table link.
-
-
Constructor Summary
Constructors Constructor Description ExceptionTargetInfo()
-
Method Summary
Modifier and Type Method Description final IntegergetExceptionTableIndex()The linked index in the exception table. final UnitsetExceptionTableIndex(Integer exceptionTableIndex)The linked index in the exception table. IntegergetLength()The length of the structure in bytes. StringgetVerbose()A verbose description for the target info. -
-
Method Detail
-
getExceptionTableIndex
final Integer getExceptionTableIndex()
The linked index in the exception table.
-
setExceptionTableIndex
final Unit setExceptionTableIndex(Integer exceptionTableIndex)
The linked index in the exception table.
-
getVerbose
String getVerbose()
A verbose description for the target info.
-
-
-
-