|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct
org.eclipse.jdt.internal.compiler.classfmt.InnerClassInfo
public class InnerClassInfo
Describes one entry in the classes table of the InnerClasses attribute. See the inner class specification (The class file attribute "InnerClasses").
| 构造方法摘要 | |
|---|---|
InnerClassInfo(byte[] classFileBytes,
int[] offsets,
int offset)
|
|
| 方法摘要 | |
|---|---|
char[] |
getEnclosingTypeName()
Answer the resolved name of the enclosing type in the class file format as specified in section 4.2 of the Java 2 VM spec. |
int |
getModifiers()
Answer an int whose bits are set according the access constants defined by the VM spec. |
char[] |
getName()
Answer the resolved name of the member type in the class file format as specified in section 4.2 of the Java 2 VM spec. |
char[] |
getSourceName()
Answer the source name of the member type. |
String |
toString()
Answer the string representation of the receiver |
| 从类 org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct 继承的方法 |
|---|
doubleAt, floatAt, i4At, i8At, reset, u1At, u2At, u4At, utf8At |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造方法详细信息 |
|---|
public InnerClassInfo(byte[] classFileBytes,
int[] offsets,
int offset)
| 方法详细信息 |
|---|
public char[] getEnclosingTypeName()
IBinaryNestedType 中的 getEnclosingTypeNamepublic int getModifiers()
IBinaryNestedType 中的 getModifierspublic char[] getName()
IBinaryNestedType 中的 getNamepublic char[] getSourceName()
public String toString()
Object 中的 toString
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||