dmildew v0.5.6 (2021-02-22T01:27:01Z)
Dub
Repo
ClassDefinition.this
mildew
nodes
ClassDefinition
Undocumented in source.
class
ClassDefinition
this
(
string
clsname
,
FunctionLiteralNode
ctor
,
string
[]
mnames
,
FunctionLiteralNode
[]
ms
,
string
[]
gmnames
,
FunctionLiteralNode
[]
gms
,
string
[]
smnames
,
FunctionLiteralNode
[]
sms
,
string
[]
statNames
,
FunctionLiteralNode
[]
statms
,
ExpressionNode
base
= null
)
Meta
Source
See Implementation
mildew
nodes
ClassDefinition
constructors
this
functions
toString
variables
baseClass
className
constructor
getMethodNames
getMethods
methodNames
methods
setMethodNames
setMethods
staticMethodNames
staticMethods