public interface IExceptionAttribute extends IClassFileAttribute
Modifier and Type | Method and Description |
---|---|
int[] |
getExceptionIndexes()
Answer back the exception indexes of the exception attribute.
|
char[][] |
getExceptionNames()
Answer back the exception names of the exception attribute.
|
int |
getExceptionsNumber()
Answer back the number of exceptions of the exception attribute.
|
getAttributeLength, getAttributeName, getAttributeNameIndex
int getExceptionsNumber()
char[][] getExceptionNames()
int[] getExceptionIndexes()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.