@postdfm/ast
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
ASTType
Object
Kind
ASTNode
Binary
String
List
Binary
String
Value
Boolean
Value
Control
String
Currency
Value
DObject
constructor
ast
Type
children
kind
name
order
properties
raws
type
Date
Time
Value
Double
Value
Hex
Code
Value
Identifier
List
Identifier
Value
Integer
Value
Item
Item
List
List
Literal
String
Property
Root
Single
Value
String
Value
Value
Variant
List
ASTRaws
Keywords
Hierarchy
ASTNode
<
ObjectRaws
>
DObject
Index
Constructors
constructor
Properties
ast
Type
children
kind
name
order
properties
raws
type
Constructors
constructor
new DObject
(
kind
:
ObjectKind
, name
:
string
, type
:
string
, order
?:
number
, properties
?:
Property
[]
, children
?:
DObject
[]
)
:
DObject
Parameters
kind:
ObjectKind
name:
string
type:
string
Optional
order:
number
Optional
properties:
Property
[]
Optional
children:
DObject
[]
Returns
DObject
Properties
ast
Type
ast
Type
:
ASTType
children
children
:
DObject
[]
kind
kind
:
ObjectKind
name
name
:
string
order
order
:
number
properties
properties
:
Property
[]
raws
raws
:
ObjectRaws
type
type
:
string
Generated using
TypeDoc