Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Babel
Compiler
StatementList
C# Class Babel.Compiler.StatementList
Inheritance:
CompositeNode
Exibir arquivo
Open project: shugo/babel
Class Usage Examples
Protected Properties
Property
Type
Description
localVariables
System.Collections.Hashtable
Public Methods
Method
Description
Accept
(
NodeVisitor
visitor
) :
void
Clone
( ) :
object
StatementList
(
Location
location
) :
System
Method Details
Accept()
public
method
public
Accept
(
NodeVisitor
visitor
) :
void
visitor
NodeVisitor
return
void
Clone()
public
method
public
Clone
( ) :
object
return
object
StatementList()
public
method
public
StatementList
(
Location
location
) :
System
location
Location
return
System
Property Details
localVariables
protected_oe property
protected
Hashtable,System.Collections
localVariables
return
System.Collections.Hashtable