|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface DetermineMethodSignature
| 方法摘要 | |
|---|---|
MethodEntity |
choosingTheMostSpecificMethod(List<MethodEntity> entities)
Choosing the Most Specific Method reference to : The Java™ Language Specification 15.12.2.5 |
MethodEntity |
firstPhase()
Phase 1 Identify Matching Arity Methods Applicable by Subtyping reference to : The Java™ Language Specification 15.12.2.2 |
Map<AClass,List<MethodEntity>> |
identifyPotentiallyApplicableMethods()
jsl3 := The Java™ Language Specification Third Edition A member method is potentially applicable to a method invocation if and only if all of the following are true: The name of the member is identical to the name of the method in the method invocation. |
MethodEntity |
secondPhase()
Phase 2: Identify Matching Arity Methods Applicable by Method Invocation Conversion reference to : The Java™ Language Specification 15.12.2.3 |
MethodEntity |
thirdPhase()
Phase 3: Identify Applicable Variable Arity Methods reference to : The Java™ Language Specification 15.12.2.4 |
| 方法详细信息 |
|---|
Map<AClass,List<MethodEntity>> identifyPotentiallyApplicableMethods()
jsl3 := The Java™ Language Specification Third Edition
A member method is potentially applicable to a method invocation if and only if all of the following are true:
MethodEntity firstPhase()
Phase 1 Identify Matching Arity Methods Applicable by Subtyping
MethodEntity secondPhase()
Phase 2: Identify Matching Arity Methods Applicable by Method Invocation Conversion
reference to : The Java™ Language Specification 15.12.2.3
MethodEntity thirdPhase()
Phase 3: Identify Applicable Variable Arity Methods
reference to : The Java™ Language Specification 15.12.2.4
MethodEntity choosingTheMostSpecificMethod(List<MethodEntity> entities)
Choosing the Most Specific Method
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||