@wapc/widl
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Abstract
Node
constructor
kind
loc
accept
get
Kind
get
Loc
Hierarchy
AbstractNode
Implements
Node
Index
Constructors
constructor
Properties
kind
loc
Methods
accept
get
Kind
get
Loc
Constructors
constructor
new
Abstract
Node
(
kind
:
string
, loc
:
undefined
|
Location
)
:
AbstractNode
Parameters
kind:
string
loc:
undefined
|
Location
Returns
AbstractNode
Properties
kind
kind
:
string
Optional
loc
loc
:
Location
Methods
accept
accept
(
_context
:
Context
, _visitor
:
Visitor
)
:
void
Parameters
_context:
Context
_visitor:
Visitor
Returns
void
get
Kind
get
Kind
(
)
:
string
Returns
string
get
Loc
get
Loc
(
)
:
undefined
|
Location
Returns
undefined
|
Location
Generated using
TypeDoc