Class ExceptionData
java.lang.Object
org.openjdk.asmtools.jasm.ExceptionData
- All Implemented Interfaces:
DataWriter
4.7.3. The Code Attribute
Code_attribute { { u2 start_pc; u2 end_pc; u2 handler_pc; u2 catch_type; } }
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Indexer(package private) int(package private) long(package private) CodeAttr.RangePC -
Constructor Summary
ConstructorsConstructorDescriptionExceptionData(long pos, CodeAttr.RangePC rangePC, int handler_pc, Indexer catchType) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DataWriter
isCountable
-
Field Details
-
pos
long pos -
rangePC
CodeAttr.RangePC rangePC -
handler_pc
int handler_pc -
catchType
Indexer catchType
-
-
Constructor Details
-
ExceptionData
-
-
Method Details
-
getLength
public int getLength()- Specified by:
getLengthin interfaceDataWriter
-
write
- Specified by:
writein interfaceDataWriter- Throws:
IOException
-