Klasse 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
- Alle implementierten Schnittstellen:
IClassFileAttribute,IExceptionAttribute
Default implementation of IExceptionAttribute.
-
Feldübersicht
Von Klasse geerbte Felder org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
NO_ATTRIBUTES -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint[]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.Von Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndexVon Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
doubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8AtVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.aspectj.org.eclipse.jdt.core.util.IClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndex
-
Methodendetails
-
getExceptionIndexes
public int[] getExceptionIndexes()Beschreibung aus Schnittstelle kopiert:IExceptionAttributeAnswer back the exception indexes of the exception attribute. Answers an empty collection if none.- Angegeben von:
getExceptionIndexesin SchnittstelleIExceptionAttribute- Gibt zurück:
- the exception indexes of the exception attribute. Answers an empty collection if none
- Siehe auch:
-
getExceptionNames
public char[][] getExceptionNames()Beschreibung aus Schnittstelle kopiert:IExceptionAttributeAnswer back the exception names of the exception attribute. Answers an empty collection if none.- Angegeben von:
getExceptionNamesin SchnittstelleIExceptionAttribute- Gibt zurück:
- the exception names of the exception attribute. Answers an empty collection if none
- Siehe auch:
-
getExceptionsNumber
public int getExceptionsNumber()Beschreibung aus Schnittstelle kopiert:IExceptionAttributeAnswer back the number of exceptions of the exception attribute.- Angegeben von:
getExceptionsNumberin SchnittstelleIExceptionAttribute- Gibt zurück:
- the number of exceptions of the exception attribute
- Siehe auch:
-