Search
Preparing search index...
The search index is not available
pytheas-ui
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ECMAScriptParserSingleton
Class ECMAScriptParserSingleton
Hierarchy
ECMAScriptParserSingleton
Index
Constructors
constructor
Properties
initialized
ts
instance
Methods
get
Binary
Expressions
get
Call
Expressions
get
Class
Declarations
get
Constructor
get
Function
Declarations
get
Imports
Statements
get
Method
Declaration
get
New
Expressions
get
Property
Access
Expressions
get
Property
Declaration
get
Syntax
Kind
Name
init
parse
File
get
Instance
Constructors
Private
constructor
new ECMAScript
Parser
Singleton
(
)
:
ECMAScriptParserSingleton
Returns
ECMAScriptParserSingleton
Properties
initialized
initialized
:
boolean
= false
ts
ts
:
any
Static
Private
instance
instance
:
ECMAScriptParserSingleton
Methods
get
Binary
Expressions
get
Binary
Expressions
(
sourceast
:
any
)
:
any
Parameters
sourceast:
any
Returns
any
get
Call
Expressions
get
Call
Expressions
(
sourceast
:
any
)
:
any
Parameters
sourceast:
any
Returns
any
get
Class
Declarations
get
Class
Declarations
(
sourceast
:
any
)
:
any
Parameters
sourceast:
any
Returns
any
get
Constructor
get
Constructor
(
sourceast
:
any
)
:
any
Parameters
sourceast:
any
Returns
any
get
Function
Declarations
get
Function
Declarations
(
sourceast
:
any
)
:
any
Parameters
sourceast:
any
Returns
any
get
Imports
Statements
get
Imports
Statements
(
sourceast
:
any
)
:
any
Parameters
sourceast:
any
Returns
any
get
Method
Declaration
get
Method
Declaration
(
sourceast
:
any
)
:
any
Parameters
sourceast:
any
Returns
any
get
New
Expressions
get
New
Expressions
(
sourceast
:
any
)
:
any
Parameters
sourceast:
any
Returns
any
get
Property
Access
Expressions
get
Property
Access
Expressions
(
sourceast
:
any
)
:
any
Parameters
sourceast:
any
Returns
any
get
Property
Declaration
get
Property
Declaration
(
sourceast
:
any
)
:
any
Parameters
sourceast:
any
Returns
any
get
Syntax
Kind
Name
get
Syntax
Kind
Name
(
index
:
number
)
:
string
Parameters
index:
number
Returns
string
init
init
(
)
:
void
Returns
void
parse
File
parse
File
(
sourcecode
:
string
)
:
any
Parameters
sourcecode:
string
Returns
any
Static
get
Instance
get
Instance
(
)
:
ECMAScriptParserSingleton
Returns
ECMAScriptParserSingleton
Globals
ECMAScript
Parser
Singleton
constructor
initialized
ts
instance
get
Binary
Expressions
get
Call
Expressions
get
Class
Declarations
get
Constructor
get
Function
Declarations
get
Imports
Statements
get
Method
Declaration
get
New
Expressions
get
Property
Access
Expressions
get
Property
Declaration
get
Syntax
Kind
Name
init
parse
File
get
Instance
Generated using
TypeDoc