Package de.inetsoftware.classparser
Class TryCatchFinally
java.lang.Object
de.inetsoftware.classparser.TryCatchFinally
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private final int
private int
private final ConstantClass
-
Constructor Summary
ConstructorsConstructorDescriptionTryCatchFinally
(DataInputStream input, ConstantPool constantPool) http://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html#jvms-4.7.3 http://docs.oracle.com/javase/specs/jvms/se5.0/html/ClassFile.doc.html#1546 -
Method Summary
-
Field Details
-
start
private int start -
end
private int end -
handler
private final int handler -
type
-
-
Constructor Details
-
TryCatchFinally
TryCatchFinally(DataInputStream input, @Nonnull ConstantPool constantPool) throws IOException http://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html#jvms-4.7.3 http://docs.oracle.com/javase/specs/jvms/se5.0/html/ClassFile.doc.html#1546- Parameters:
input
-constantPool
-- Throws:
IOException
-
-
Method Details
-
getStart
public int getStart() -
getEnd
public int getEnd() -
getHandler
public int getHandler() -
getType
-
isFinally
public boolean isFinally() -
setStart
void setStart(int start) -
setEnd
void setEnd(int end)
-