Package org.openjdk.asmtools.jasm
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) int(package private) CodeAttr.RangePC -
Constructor Summary
ConstructorsConstructorDescriptionExceptionData(int pos, CodeAttr.RangePC rangePC, int handler_pc, Indexer catchType) -
Method Summary
-
Field Details
-
pos
int 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
-