|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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
public class EnclosingMethodAttribute
Default implementation of EnclosingMethodAttribute.
| Field Summary |
|---|
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute |
|---|
NO_ATTRIBUTES |
| Method Summary | |
|---|---|
char[] |
getEnclosingClass()
Answer back the enclosing class name as specified in the JVM specifications. |
int |
getEnclosingClassIndex()
Answer back the enclosing class name index. |
char[] |
getMethodDescriptor()
Answer back the method descriptor of the enclosing method as specified in the JVM specifications. |
int |
getMethodDescriptorIndex()
Answer back the descriptor index of the enclosing method. |
char[] |
getMethodName()
Answer back the name of the enclosing method as specified in the JVM specifications. |
int |
getMethodNameAndTypeIndex()
Answer back the name and type index of this attribute. |
int |
getMethodNameIndex()
Answer back the name index of the enclosing method. |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute |
|---|
getAttributeLength, getAttributeName, getAttributeNameIndex |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct |
|---|
doubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8At |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.aspectj.org.eclipse.jdt.core.util.IClassFileAttribute |
|---|
getAttributeLength, getAttributeName, getAttributeNameIndex |
| Method Detail |
|---|
public char[] getEnclosingClass()
IEnclosingMethodAttribute
getEnclosingClass in interface IEnclosingMethodAttributepublic int getEnclosingClassIndex()
IEnclosingMethodAttribute
getEnclosingClassIndex in interface IEnclosingMethodAttributepublic char[] getMethodDescriptor()
IEnclosingMethodAttribute
getMethodDescriptor in interface IEnclosingMethodAttributepublic int getMethodDescriptorIndex()
IEnclosingMethodAttribute
getMethodDescriptorIndex in interface IEnclosingMethodAttributepublic char[] getMethodName()
IEnclosingMethodAttribute
getMethodName in interface IEnclosingMethodAttributepublic int getMethodNameIndex()
IEnclosingMethodAttribute
getMethodNameIndex in interface IEnclosingMethodAttributepublic int getMethodNameAndTypeIndex()
IEnclosingMethodAttribute
getMethodNameAndTypeIndex in interface IEnclosingMethodAttribute
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||