Definitions
tastyquery.Definitions
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Members list
Concise view
Value members
Concrete methods
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.