Klasse SourceFileAttribute
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.SourceFileAttribute
- Alle implementierten Schnittstellen:
IClassFileAttribute,ISourceAttribute
Default implementation of ISourceAttribute
-
Feldübersicht
Von Klasse geerbte Felder org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
NO_ATTRIBUTES -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungSourceFileAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset) Constructor for SourceFileAttribute. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintAnswer back the source file index of this attribute.char[]Answer back the source file name of this 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
-
Konstruktordetails
-
SourceFileAttribute
public SourceFileAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset) throws ClassFormatException Constructor for SourceFileAttribute.- Parameter:
classFileBytes-constantPool-offset-- Löst aus:
ClassFormatException
-
-
Methodendetails
-
getSourceFileIndex
public int getSourceFileIndex()Beschreibung aus Schnittstelle kopiert:ISourceAttributeAnswer back the source file index of this attribute.- Angegeben von:
getSourceFileIndexin SchnittstelleISourceAttribute- Gibt zurück:
- the source file index of this attribute
- Siehe auch:
-
getSourceFileName
public char[] getSourceFileName()Beschreibung aus Schnittstelle kopiert:ISourceAttributeAnswer back the source file name of this attribute.- Angegeben von:
getSourceFileNamein SchnittstelleISourceAttribute- Gibt zurück:
- the source file name of this attribute
- Siehe auch:
-