Klasse EnclosingMethodAttribute
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.EnclosingMethodAttribute
- Alle implementierten Schnittstellen:
IClassFileAttribute,IEnclosingMethodAttribute
public class EnclosingMethodAttribute
extends ClassFileAttribute
implements IEnclosingMethodAttribute
Default implementation of EnclosingMethodAttribute.
- Seit:
- 3.0
-
Feldübersicht
Von Klasse geerbte Felder org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
NO_ATTRIBUTES -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungchar[]Answer back the enclosing class name as specified in the JVM specifications.intAnswer back the enclosing class name index.char[]Answer back the method descriptor of the enclosing method as specified in the JVM specifications.intAnswer back the descriptor index of the enclosing method.char[]Answer back the name of the enclosing method as specified in the JVM specifications.intAnswer back the name and type index of this attribute.intAnswer back the name index of the enclosing method.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
-
getEnclosingClass
public char[] getEnclosingClass()Beschreibung aus Schnittstelle kopiert:IEnclosingMethodAttributeAnswer back the enclosing class name as specified in the JVM specifications.- Angegeben von:
getEnclosingClassin SchnittstelleIEnclosingMethodAttribute- Gibt zurück:
- the enclosing class name as specified in the JVM specifications
-
getEnclosingClassIndex
public int getEnclosingClassIndex()Beschreibung aus Schnittstelle kopiert:IEnclosingMethodAttributeAnswer back the enclosing class name index.- Angegeben von:
getEnclosingClassIndexin SchnittstelleIEnclosingMethodAttribute- Gibt zurück:
- the enclosing class name index
-
getMethodDescriptor
public char[] getMethodDescriptor()Beschreibung aus Schnittstelle kopiert:IEnclosingMethodAttributeAnswer back the method descriptor of the enclosing method as specified in the JVM specifications.- Angegeben von:
getMethodDescriptorin SchnittstelleIEnclosingMethodAttribute- Gibt zurück:
- the method descriptor of the enclosing method as specified in the JVM specifications
-
getMethodDescriptorIndex
public int getMethodDescriptorIndex()Beschreibung aus Schnittstelle kopiert:IEnclosingMethodAttributeAnswer back the descriptor index of the enclosing method.- Angegeben von:
getMethodDescriptorIndexin SchnittstelleIEnclosingMethodAttribute- Gibt zurück:
- the descriptor index of the enclosing method
-
getMethodName
public char[] getMethodName()Beschreibung aus Schnittstelle kopiert:IEnclosingMethodAttributeAnswer back the name of the enclosing method as specified in the JVM specifications.- Angegeben von:
getMethodNamein SchnittstelleIEnclosingMethodAttribute- Gibt zurück:
- the name of the enclosing method as specified in the JVM specifications
-
getMethodNameIndex
public int getMethodNameIndex()Beschreibung aus Schnittstelle kopiert:IEnclosingMethodAttributeAnswer back the name index of the enclosing method.- Angegeben von:
getMethodNameIndexin SchnittstelleIEnclosingMethodAttribute- Gibt zurück:
- the name index of the enclosing method
-
getMethodNameAndTypeIndex
public int getMethodNameAndTypeIndex()Beschreibung aus Schnittstelle kopiert:IEnclosingMethodAttributeAnswer back the name and type index of this attribute.- Angegeben von:
getMethodNameAndTypeIndexin SchnittstelleIEnclosingMethodAttribute- Gibt zurück:
- the name and type index of this attribute
-