Preparing search index...
The search index is not available
openscad-parser
openscad-parser
NodeWithScope
Interface NodeWithScope
interface
NodeWithScope
{
scope
:
Scope
;
tokens
:
{
[
key
:
string
]
:
Token
|
Token
[]
|
null
;
}
;
get
span
():
CodeSpan
;
accept
<
R
>
(
visitor
:
ASTVisitor
<
R
>
)
:
R
;
}
Hierarchy (
view full
)
ASTNode
NodeWithScope
Implemented by
AnonymousFunctionExprWithScope
BlockStmtWithScope
FunctionDeclarationStmtWithScope
LcForCExprWithScope
LcForExprWithScope
LcLetExprWithScope
LetExprWithScope
ModuleDeclarationStmtWithScope
ModuleInstantiationStmtWithScope
ScadFileWithScope
Index
Properties
scope
tokens
Accessors
span
Methods
accept
Properties
scope
scope
:
Scope
Abstract
tokens
tokens
:
{
[
key
:
string
]
:
Token
|
Token
[]
|
null
;
}
Accessors
span
get
span
(
)
:
CodeSpan
Returns
CodeSpan
Methods
Abstract
accept
accept
<
R
>
(
visitor
)
:
R
Type Parameters
R
Parameters
visitor
:
ASTVisitor
<
R
>
Returns
R
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
scope
tokens
Accessors
span
Methods
accept
openscad-parser
Loading...