public class BytecodeExceptionTableEntry extends Object
| Constructor and Description |
|---|
BytecodeExceptionTableEntry(BytecodeOpcodeAddress aStartPC,
BytecodeOpcodeAddress aEndPc,
BytecodeOpcodeAddress aHandlerPc,
int aCatchType,
BytecodeConstantPool aConstantPool) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
coveres(BytecodeOpcodeAddress aAddress) |
BytecodeClassinfoConstant |
getCatchType() |
int |
getCatchTypeAsInt() |
BytecodeOpcodeAddress |
getEndPc() |
BytecodeOpcodeAddress |
getHandlerPc() |
BytecodeOpcodeAddress |
getStartPC() |
boolean |
isFinally() |
public BytecodeExceptionTableEntry(BytecodeOpcodeAddress aStartPC, BytecodeOpcodeAddress aEndPc, BytecodeOpcodeAddress aHandlerPc, int aCatchType, BytecodeConstantPool aConstantPool)
public BytecodeOpcodeAddress getStartPC()
public BytecodeOpcodeAddress getEndPc()
public BytecodeOpcodeAddress getHandlerPc()
public boolean isFinally()
public int getCatchTypeAsInt()
public BytecodeClassinfoConstant getCatchType()
public boolean coveres(BytecodeOpcodeAddress aAddress)
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.