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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DReferenceType.java93 return isAssignmentCompatibleWith(t);
104 public boolean isAssignmentCompatibleWith(Type t) { method in class:ReferenceType
183 ((ReferenceType) sc).isAssignmentCompatibleWith((ReferenceType) tc))

Completed in 28 milliseconds