Searched refs:toSignature (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodType.java88 public String toSignature() { method in class:MethodType
89 return toSignature("");
96 public String toSignature(String lastArgSig) { method in class:MethodType
102 buffer.append(((Type)_argsType.elementAt(i)).toSignature());
108 .append(_resultType.toSignature())
H A DObjectType.java97 public String toSignature() { method in class:ObjectType
104 return Util.getJCRefType(toSignature());
H A DVoidType.java46 public String toSignature() { method in class:VoidType
H A DResultTreeType.java67 public String toSignature() { method in class:ResultTreeType
72 return Util.getJCRefType(toSignature());
H A DBooleanType.java65 public String toSignature() { method in class:BooleanType
H A DStringType.java56 public String toSignature() { method in class:StringType
H A DType.java140 public abstract String toSignature(); method in class:Type
H A DIntType.java67 public String toSignature() { method in class:IntType
H A DNodeSetType.java55 public String toSignature() { method in class:NodeSetType
H A DNodeType.java75 public String toSignature() { method in class:NodeType
H A DRealType.java60 public String toSignature() { method in class:RealType
H A DReferenceType.java58 public String toSignature() { method in class:ReferenceType
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DEqualityExpr.java326 + tleft.toSignature()
327 + tright.toSignature()
354 + tleft.toSignature()
355 + tright.toSignature()
H A DParameterRef.java69 final String signature = _type.toSignature();
H A DVariableRef.java55 final String signature = _type.toSignature();
H A DRelationalExpr.java217 + _left.getType().toSignature()
218 + _right.getType().toSignature()
H A DSort.java452 var.getType().toSignature())));
493 cpg.addUtf8(var.getType().toSignature()),
579 var.getEscapedName(), varType.toSignature())));
584 var.getEscapedName(), varType.toSignature())));
641 cpg.addUtf8(var.getType().toSignature()),
H A DPredicate.java381 cpg.addUtf8(var.getType().toSignature()),
582 var.getEscapedName(), varType.toSignature())));
592 varType.toSignature())));
H A DKeyCall.java208 "(" + _valueType.toSignature() + "Z)"
H A DParam.java186 final String signature = _type.toSignature();
H A DVariable.java186 String signature = _type.toSignature();
H A DNumber.java405 cpg.addUtf8(var.getType().toSignature()),
496 varType.toSignature())));
H A DFunctionCall.java740 if (_chosenMethodType.toSignature(args).
750 _chosenMethodType.toSignature(args));

Completed in 72 milliseconds