Searched defs:distanceTo (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodType.java133 public int distanceTo(Type other) { method in class:MethodType
144 final int temp = arg1.distanceTo(arg2);
150 result += arg1.distanceTo(arg2);
H A DIntType.java76 * @see com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type#distanceTo
78 public int distanceTo(Type type) { method in class:IntType
H A DRealType.java69 * @see com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type#distanceTo
71 public int distanceTo(Type type) { method in class:RealType
H A DType.java133 public int distanceTo(Type type) { method in class:Type

Completed in 143 milliseconds