Searched defs:argsType (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodType.java67 public MethodType(Type resultType, Vector argsType) { argument
69 _argsType = argsType.size() > 0 ? argsType : null;
166 public Vector argsType() { method in class:MethodType
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DFunctionCall.java415 final Vector argsType = typeCheckArgs(stable);
416 final MethodType args = new MethodType(Type.Void, argsType);
422 final Type argType = (Type) ptype.argsType().elementAt(i);
452 final Vector argsType = typeCheckArgs(stable);
468 final Type intType = (Type)argsType.elementAt(j);
505 throw new TypeCheckError(ErrorMsg.ARGUMENT_CONVERSION_ERR, getMethodSignature(argsType));
581 final Vector argsType = typeCheckArgs(stable);
595 final Type intType = (Type)argsType.elementAt(j);
647 throw new TypeCheckError(ErrorMsg.NO_JAVA_FUNCT_THIS_REF, getMethodSignature(argsType));
657 throw new TypeCheckError(ErrorMsg.ARGUMENT_CONVERSION_ERR, getMethodSignature(argsType));
1062 getMethodSignature(Vector argsType) argument
[all...]

Completed in 37 milliseconds