|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface ISourceType
| 字段摘要 |
|---|
| 从接口 org.eclipse.jdt.internal.compiler.env.IDependent 继承的字段 |
|---|
JAR_FILE_ENTRY_SEPARATOR |
| 方法摘要 | |
|---|---|
int |
getDeclarationSourceEnd()
Answer the source end position of the type's declaration. |
int |
getDeclarationSourceStart()
Answer the source start position of the type's declaration. |
ISourceType |
getEnclosingType()
Answer the enclosing type or null if the receiver is a top level type. |
ISourceField[] |
getFields()
Answer the receiver's fields. |
char[][] |
getInterfaceNames()
Answer the unresolved names of the receiver's interfaces or null if the array is empty. |
ISourceType[] |
getMemberTypes()
Answer the receiver's member types. |
ISourceMethod[] |
getMethods()
Answer the receiver's methods. |
char[] |
getName()
Answer the simple source name of the receiver. |
int |
getNameSourceEnd()
Answer the source end position of the type's name. |
int |
getNameSourceStart()
Answer the source start position of the type's name. |
char[] |
getSuperclassName()
Answer the unresolved name of the receiver's superclass or null if it does not have one. |
char[][][] |
getTypeParameterBounds()
Answer the array of bound names of the receiver's type parameters. |
char[][] |
getTypeParameterNames()
Answer the names of the receiver's type parameters. |
| 从接口 org.eclipse.jdt.internal.compiler.env.IGenericType 继承的方法 |
|---|
getModifiers, isBinaryType |
| 从接口 org.eclipse.jdt.internal.compiler.env.IDependent 继承的方法 |
|---|
getFileName |
| 方法详细信息 |
|---|
int getDeclarationSourceEnd()
int getDeclarationSourceStart()
ISourceType getEnclosingType()
ISourceField[] getFields()
char[][] getInterfaceNames()
ISourceType[] getMemberTypes()
ISourceMethod[] getMethods()
char[] getName()
int getNameSourceEnd()
int getNameSourceStart()
char[] getSuperclassName()
char[][][] getTypeParameterBounds()
char[][] getTypeParameterNames()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||