Preparing search index...
The search index is not available
@gobstones/gobstones-lang-def - v0.1.0
@gobstones/gobstones-lang-def
Parser
AST
Interface AST
TO DO: Complete
interface
AST
{
get
attributes
():
OptionsTable
;
get
children
():
any
[]
;
get
span
():
Span
;
get
tag
():
symbol
;
toString
(
)
:
string
;
}
Implemented by
BaseAST
Index
API
attributes
children
span
tag
to
String
API
attributes
get
attributes
(
)
:
OptionsTable
TO DO: Complete
Returns
OptionsTable
children
get
children
(
)
:
any
[]
TO DO: Complete
Returns
any
[]
span
get
span
(
)
:
Span
TO DO: Complete
Returns
Span
tag
get
tag
(
)
:
symbol
TO DO: Complete
Returns
symbol
to
String
to
String
(
)
:
string
TO DO: Complete
Returns
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
attributes
children
span
tag
to
String
@gobstones/gobstones-lang-def - v0.1.0
Loading...
TO DO: Complete