Class ClosedIdxExceptionEntry
java.lang.Object
org.benf.cfr.reader.entities.exceptions.ClosedIdxExceptionEntry
Sanitised version of Exception table entry, where we use instruction idx, rather than opcode,
and the exceptions are CLOSED, rather than half open.
We preprocess exceptions in terms of this where possible, as it's simpler.
-
Constructor Summary
ConstructorsConstructorDescriptionClosedIdxExceptionEntry(int start, int end, int handler, short catchType, int priority, JavaRefTypeInstance catchRefType) -
Method Summary
-
Constructor Details
-
ClosedIdxExceptionEntry
public ClosedIdxExceptionEntry(int start, int end, int handler, short catchType, int priority, JavaRefTypeInstance catchRefType)
-
-
Method Details
-
getStart
public int getStart() -
getEnd
public int getEnd() -
getHandler
public int getHandler() -
getCatchType
public short getCatchType() -
getPriority
public int getPriority() -
getCatchRefType
-
withRange
-
convertToRaw
-