Class ExceptionAttribute
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
org.aspectj.org.eclipse.jdt.internal.core.util.ExceptionAttribute
- All Implemented Interfaces:
IClassFileAttribute,IExceptionAttribute
Default implementation of IExceptionAttribute.
-
Field Summary
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
NO_ATTRIBUTES -
Method Summary
Modifier and TypeMethodDescriptionint[]Answer back the exception indexes of the exception attribute.char[][]Answer back the exception names of the exception attribute.intAnswer back the number of exceptions of the exception attribute.Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndexMethods inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
doubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8AtMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aspectj.org.eclipse.jdt.core.util.IClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndex
-
Method Details
-
getExceptionIndexes
public int[] getExceptionIndexes()Description copied from interface:IExceptionAttributeAnswer back the exception indexes of the exception attribute. Answers an empty collection if none.- Specified by:
getExceptionIndexesin interfaceIExceptionAttribute- Returns:
- the exception indexes of the exception attribute. Answers an empty collection if none
- See Also:
-
getExceptionNames
public char[][] getExceptionNames()Description copied from interface:IExceptionAttributeAnswer back the exception names of the exception attribute. Answers an empty collection if none.- Specified by:
getExceptionNamesin interfaceIExceptionAttribute- Returns:
- the exception names of the exception attribute. Answers an empty collection if none
- See Also:
-
getExceptionsNumber
public int getExceptionsNumber()Description copied from interface:IExceptionAttributeAnswer back the number of exceptions of the exception attribute.- Specified by:
getExceptionsNumberin interfaceIExceptionAttribute- Returns:
- the number of exceptions of the exception attribute
- See Also:
-