cn.wensiqun.asmsupport.utils.chooser
类 ArrayClassMethodChooser
java.lang.Object
cn.wensiqun.asmsupport.utils.chooser.AbstractMethodChooser
cn.wensiqun.asmsupport.utils.chooser.ArrayClassMethodChooser
- 所有已实现的接口:
- DetermineMethodSignature, IMethodChooser
public class ArrayClassMethodChooser
- extends AbstractMethodChooser
- 作者:
- 温斯群(Joe Wen)
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayClassMethodChooser
public ArrayClassMethodChooser(AClass invoker,
ArrayClass methodOwner,
String name,
AClass[] argumentTypes)
firstPhase
public MethodEntity firstPhase()
- 从接口
DetermineMethodSignature 复制的描述
Phase 1 Identify Matching Arity Methods Applicable by Subtyping
reference to : The Java™ Language Specification 15.12.2.2
- 返回:
secondPhase
public MethodEntity secondPhase()
- 从接口
DetermineMethodSignature 复制的描述
Phase 2: Identify Matching Arity Methods Applicable by Method Invocation Conversion
reference to : The Java™ Language Specification 15.12.2.3
- 返回:
thirdPhase
public MethodEntity thirdPhase()
- 从接口
DetermineMethodSignature 复制的描述
Phase 3: Identify Applicable Variable Arity Methods
reference to : The Java™ Language Specification 15.12.2.4
- 返回:
foundMethodWithNoArguments
protected MethodEntity foundMethodWithNoArguments()
- 指定者:
- 类
AbstractMethodChooser 中的 foundMethodWithNoArguments
Copyright © 2013. All Rights Reserved.