public class NdMethodException extends NdNode
| Modifier and Type | Field and Description |
|---|---|
static FieldManyToOne<NdTypeSignature> |
EXCEPTION_TYPE |
static FieldManyToOne<NdMethod> |
PARENT |
static StructDef<NdMethodException> |
type |
| Constructor and Description |
|---|
NdMethodException(Nd nd,
long address) |
NdMethodException(NdMethod method,
NdTypeSignature createTypeSignature) |
| Modifier and Type | Method and Description |
|---|---|
NdTypeSignature |
getExceptionType() |
NdMethod |
getParent() |
java.lang.String |
toString() |
public static final FieldManyToOne<NdMethod> PARENT
public static final FieldManyToOne<NdTypeSignature> EXCEPTION_TYPE
public static StructDef<NdMethodException> type
public NdMethodException(Nd nd, long address)
public NdMethodException(NdMethod method, NdTypeSignature createTypeSignature)
public NdTypeSignature getExceptionType()
public NdMethod getParent()
public java.lang.String toString()
toString in class java.lang.Object