Searched refs:equalArguments (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DMethodSet.java106 .getType().equalArguments(method.getType())) {
145 .getType().equalArguments(method.getType())) {
168 if (candidate.getType().equalArguments(type)) {
H A DMethodType.java69 public boolean equalArguments(Type t) { method in class:MethodType
H A DMemberDefinition.java599 !getType().equalArguments(method.getType())) {
715 !getType().equalArguments(method.getType())) {
H A DBinaryConstantPool.java188 : (field_type.equalArguments(type)))
H A DType.java356 public boolean equalArguments(Type t) { method in class:Type
H A DClassDefinition.java1134 // Note that non-method types return false for equalArguments().
1135 if (f.getType().equalArguments(t)) {
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DSourceClass.java1282 if (f.getType().equalArguments(f2.getType())) {

Completed in 447 milliseconds