JvmModel
Attributes
- Source
- JvmModel.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JvmModel.type
Members list
Type members
Classlikes
Represents the signature of a method.
Represents the signature of a method.
Attributes
- Companion
- object
- Source
- JvmModel.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- class
- Source
- JvmModel.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Desc.type
Attributes
- Companion
- trait
- Source
- JvmModel.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
InvokeType.type
Attributes
- Companion
- object
- Source
- JvmModel.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Companion
- trait
- Source
- JvmModel.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JType.type
Attributes
- Companion
- object
- Source
- JvmModel.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- class
- Source
- JvmModel.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MethodCall.type
Attributes
- Companion
- object
- Source
- JvmModel.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- class
- Source
- JvmModel.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MethodDef.type
Attributes
- Companion
- object
- Source
- JvmModel.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- class
- Source
- JvmModel.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MethodSig.type
Manages an interning cache for common JvmModel data types. This ensures that once a data type is constructed, the same instance is re-used going forward for any constructions with identical arguments. This reduces total memory usage and lets us replace structural hashing/equality with instance-identity hashing/equality, improving performance.
Manages an interning cache for common JvmModel data types. This ensures that once a data type is constructed, the same instance is re-used going forward for any constructions with identical arguments. This reduces total memory usage and lets us replace structural hashing/equality with instance-identity hashing/equality, improving performance.
Attributes
- Source
- JvmModel.scala
- Supertypes
-
class Objecttrait Matchableclass Any