openmethods v0.0.7 (2017-07-26T11:12:24Z)
Dub
Repo
Runtime.MethodInfo
openmethods
Runtime
Undocumented in source.
struct
Runtime
struct
MethodInfo {
string
name
;
ClassInfo
[]
vp
;
SpecInfo
*[]
specInfos
;
bool
useHash
;
Word
*
slots
;
Word
*
strides
;
Word
*
dispatchTable
;
void
*
ambiguousCallError
;
void
*
notImplementedError
;
}
Members
Variables
ambiguousCallError
void
*
ambiguousCallError
;
Undocumented in source.
dispatchTable
Word
*
dispatchTable
;
Undocumented in source.
name
string
name
;
Undocumented in source.
notImplementedError
void
*
notImplementedError
;
Undocumented in source.
slots
Word
*
slots
;
Undocumented in source.
specInfos
SpecInfo
*[]
specInfos
;
Undocumented in source.
strides
Word
*
strides
;
Undocumented in source.
useHash
bool
useHash
;
Undocumented in source.
vp
ClassInfo
[]
vp
;
Undocumented in source.
Meta
Source
See Implementation
openmethods
Runtime
aliases
GroupMap
Registry
functions
allocateSlotDown
allocateSlotUp
allocateSlots
buildTable
buildTables
calculateInheritanceRelationships
findHash
getClass
initClasses
layer
scoop
seed
slots
update
static functions
best
findNext
hash
isMoreSpecific
register
static variables
gdv
giv
hashMult
hashShift
hashSize
hashTable
methodInfos
needUpdate
structs
Class
HashInfo
Method
MethodInfo
Param
Spec
SpecInfo
unions
Word
variables
classMap
classes
methods
mtbls