| java.lang.Object org.apache.harmony.lang.reflect.support.AuxiliaryChecker
AuxiliaryChecker | final public class AuxiliaryChecker (Code) | | AuxiliaryChecker provides kinds of check.
|
Method Summary | |
public static void | checkArgsNumber(InterimParameterizedType ppType, Object startPoint) This method checks the correspondence of the formal parameter number and the actual argument number.
Parameters: ppType - a parsered information produced from a parameterized type signature. Parameters: startPoint - an instance of the Class, Method, Constructor or Field type to start the searchof a type variable declaration place. |
checkArgsNumber | public static void checkArgsNumber(InterimParameterizedType ppType, Object startPoint) throws MalformedParameterizedTypeException(Code) | | This method checks the correspondence of the formal parameter number and the actual argument number.
Parameters: ppType - a parsered information produced from a parameterized type signature. Parameters: startPoint - an instance of the Class, Method, Constructor or Field type to start the searchof a type variable declaration place. an array of Type objects representing the actual type arguments to this type. |
|
|