|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface ISourceMethod
| 方法摘要 | |
|---|---|
int |
getDeclarationSourceEnd()
Answer the source end position of the method's declaration. |
int |
getDeclarationSourceStart()
Answer the source start position of the method's declaration. |
char[][] |
getExceptionTypeNames()
Answer the unresolved names of the exception types or null if the array is empty. |
int |
getNameSourceEnd()
Answer the source end position of the method's selector. |
int |
getNameSourceStart()
Answer the source start position of the method's selector. |
char[] |
getReturnTypeName()
Answer the unresolved name of the return type or null if receiver is a constructor or clinit. |
char[][][] |
getTypeParameterBounds()
Answer the array of bound names of the receiver's type parameters or null if the array is empty. |
char[][] |
getTypeParameterNames()
Answer the names of the receiver's type parameters or null if the array is empty. |
| 从接口 org.eclipse.jdt.internal.compiler.env.IGenericMethod 继承的方法 |
|---|
getArgumentNames, getModifiers, isConstructor |
| 方法详细信息 |
|---|
int getDeclarationSourceEnd()
int getDeclarationSourceStart()
char[][] getExceptionTypeNames()
int getNameSourceEnd()
int getNameSourceStart()
char[] getReturnTypeName()
char[][] getTypeParameterNames()
char[][][] getTypeParameterBounds()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||