public class ExceptionRange
extends java.lang.Object
Constructor and Description |
---|
ExceptionRange(InsnTarget startPC,
InsnTarget endPC,
InsnTarget handlerPC,
ConstClass catchType)
constructor
|
Modifier and Type | Method and Description |
---|---|
ConstClass |
catchType()
return the exception specification
a null return value means a catch of any (try/finally)
|
InsnTarget |
endPC()
return the end of the exception hander (exclusive)
|
InsnTarget |
handlerPC()
return the exception handler code
|
boolean |
isEqual(java.util.Stack msg,
java.lang.Object obj)
Compares this instance with another for structural equality.
|
InsnTarget |
startPC()
return the start of the exception hander (inclusive)
|
public ExceptionRange(InsnTarget startPC, InsnTarget endPC, InsnTarget handlerPC, ConstClass catchType)
public InsnTarget startPC()
public InsnTarget endPC()
public InsnTarget handlerPC()
public ConstClass catchType()
public boolean isEqual(java.util.Stack msg, java.lang.Object obj)
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.