public class ClosedIdxExceptionEntry extends Object
Constructor and Description |
---|
ClosedIdxExceptionEntry(int start,
int end,
int handler,
short catchType,
int priority,
JavaRefTypeInstance catchRefType) |
Modifier and Type | Method and Description |
---|---|
ExceptionTableEntry |
convertToRaw(Map<Integer,Integer> offsetByIdx) |
JavaRefTypeInstance |
getCatchRefType() |
short |
getCatchType() |
int |
getEnd() |
int |
getHandler() |
int |
getPriority() |
int |
getStart() |
ClosedIdxExceptionEntry |
withRange(int newStart,
int newEnd) |
public ClosedIdxExceptionEntry(int start, int end, int handler, short catchType, int priority, JavaRefTypeInstance catchRefType)
public int getStart()
public int getEnd()
public int getHandler()
public short getCatchType()
public int getPriority()
public JavaRefTypeInstance getCatchRefType()
public ClosedIdxExceptionEntry withRange(int newStart, int newEnd)
public ExceptionTableEntry convertToRaw(Map<Integer,Integer> offsetByIdx)
Copyright © 2011-2021. All Rights Reserved.