tools
tools
scala.scalanative.build
Build
BuildException
BuildTarget
BuildTarget
Config
Config
Discover
GC
GC
JVMMemoryModelCompliance
JVMMemoryModelCompliance
None
Relaxed
Strict
LTO
LTO
Logger
Logger
Mode
Mode
NativeConfig
NativeConfig
OptimizerConfig
OptimizerConfig
Sanitizer
Sanitizer
AddressSanitizer
ThreadSanitizer
UndefinedBehaviourSanitizer
SemanticsConfig
SemanticsConfig
SourceLevelDebuggingConfig
SourceLevelDebuggingConfig
scala.scalanative.buildinfo
ScalaNativeBuildInfo
scala.scalanative.codegen.llvm
CodeGen
scala.scalanative.interflow
Interflow
UseDef
scala.scalanative.linker
ArrayRef
BoxRef
Class
Class
ClassLoader
ClassLoader
FromDisk
FromMemory
ClassPath
ClassPath
ClassRef
ExactClassRef
Extractor
Field
FieldRef
Info
Link
LinkingException
MemberInfo
Method
MethodRef
ReachabilityAnalysis
ReachabilityAnalysis
Failure
Result
Ref
ScopeInfo
ScopeRef
Sub
Trait
TraitRef
Unavailable
UnitRef
tools
/
scala.scalanative.linker
/
Class
Class
final
class
Class
(
val
attrs:
Attrs
,
val
name:
Top
,
val
parent:
Option
[
Class
],
val
traits:
Seq
[
Trait
],
val
isModule:
Boolean
)(
implicit
val
position:
SourcePosition
)
extends
ScopeInfo
Companion:
object
Graph
Supertypes
class
ScopeInfo
class
Info
class
Object
trait
Matchable
class
Any
Value members
Implicits
Value members
Concrete methods
def
allocated
:
Boolean
def
is
(
info:
ScopeInfo
):
Boolean
def
isConstantModule
(
implicit
analysis:
Result
):
Boolean
def
resolve
(
sig:
Sig
):
Option
[
Member
]
def
targets
(
sig:
Sig
):
Set
[
Member
]
Inherited methods
def
isClass
:
Boolean
Inherited from:
ScopeInfo
def
isTrait
:
Boolean
Inherited from:
ScopeInfo
def
methods
:
Seq
[
Sig
]
Inherited from:
ScopeInfo
def
ty
:
Ref
Inherited from:
ScopeInfo
Concrete fields
var
allocations
:
Int
val
attrs
:
Attrs
val
defaultResponds
:
Map
[
Sig
,
Member
]
lazy
val
fields
:
Seq
[
Field
]
lazy
val
hasFinalFields
:
Boolean
lazy
val
hasFinalSafePublishFields
:
Boolean
val
implementors
:
SortedSet
[
Class
]
val
isModule
:
Boolean
val
name
:
Top
val
parent
:
Option
[
Class
]
val
subclasses
:
Set
[
Class
]
val
traits
:
Seq
[
Trait
]
Inherited fields
val
calls
:
Set
[
Sig
]
Inherited from:
ScopeInfo
lazy
val
linearized
:
Seq
[
ScopeInfo
]
Inherited from:
ScopeInfo
val
members
:
UnrolledBuffer
[
MemberInfo
]
Inherited from:
ScopeInfo
val
responds
:
Map
[
Sig
,
Member
]
Inherited from:
ScopeInfo
Implicits
Implicits
implicit
val
position
:
SourcePosition