org.eclipse.jdt.internal.core.util
Class EnclosingMethodAttribute
java.lang.Object
org.eclipse.jdt.internal.core.util.ClassFileStruct
org.eclipse.jdt.internal.core.util.ClassFileAttribute
org.eclipse.jdt.internal.core.util.EnclosingMethodAttribute
public class EnclosingMethodAttribute
- extends ClassFileAttribute
Default implementation of EnclosingMethodAttribute.
- Since:
- 3.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getEnclosingClass
public char[] getEnclosingClass()
getEnclosingClassIndex
public int getEnclosingClassIndex()
getMethodDescriptor
public char[] getMethodDescriptor()
getMethodDescriptorIndex
public int getMethodDescriptorIndex()
getMethodName
public char[] getMethodName()
getMethodNameIndex
public int getMethodNameIndex()
getMethodNameAndTypeIndex
public int getMethodNameAndTypeIndex()