Definitions

tastyquery.Definitions
final class Definitions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete fields

A type alias of Object used to represent any reference to Object in a Java signature.

A type alias of Object used to represent any reference to Object in a Java signature.

The secret sauce is that subtype checking treats it specially:

tp <:< FromJavaObject

is equivalent to:

tp <:< Any

For more details, see the comment on FromJavaObjectSymbol in the compiler's Definitions.scala file.

Attributes