Searched defs:identicalTo (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodType.java116 public boolean identicalTo(Type other) { method in class:MethodType
120 if (_resultType.identicalTo(temp._resultType)) {
126 result = arg1.identicalTo(arg2);
H A DReferenceType.java54 public boolean identicalTo(Type other) { method in class:ReferenceType
H A DVoidType.java42 public boolean identicalTo(Type other) { method in class:VoidType
H A DBooleanType.java61 public boolean identicalTo(Type other) { method in class:BooleanType
H A DIntType.java63 public boolean identicalTo(Type other) { method in class:IntType
H A DNodeSetType.java51 public boolean identicalTo(Type other) { method in class:NodeSetType
H A DNodeType.java67 public boolean identicalTo(Type other) { method in class:NodeType
H A DObjectType.java93 public boolean identicalTo(Type other) { method in class:ObjectType
H A DRealType.java56 public boolean identicalTo(Type other) { method in class:RealType
H A DResultTreeType.java63 public boolean identicalTo(Type other) { method in class:ResultTreeType
H A DStringType.java52 public boolean identicalTo(Type other) { method in class:StringType
H A DType.java101 public abstract boolean identicalTo(Type other); method in class:Type

Completed in 1608 milliseconds