Searched refs:referencesClassExact (Results 1 – 3 of 3) sorted by relevance
82 if ((this instanceof ObjectType) && (((ObjectType) this).referencesClassExact())) { in isAssignmentCompatibleWith()86 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()109 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()133 if ((T instanceof ObjectType) && (((ObjectType) T).referencesClassExact())) { in isAssignmentCompatibleWith()
118 public boolean referencesClassExact() throws ClassNotFoundException { in referencesClassExact() method in ObjectType
2650 if (! obj.referencesClassExact()) { in visitNEW()