Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
AST
Variable
C# Class AST.Variable
Inheritance:
CppSharp.Parser.AST.Declaration
,
IDisposable
,
CppSharp.Runtime.ICppMarshal
Mostrar archivo
Open project: phisiart/C-Compiler
Class Usage Examples
Public Methods
Method
Description
Create
(
String
name
) :
Expr
GetExpr
(
ABT
env
) :
ABT.Expr
Variable
(
String
name
) :
System
Method Details
Create()
public
static
method
public
static
Create
(
String
name
) :
Expr
name
String
return
Expr
GetExpr()
public
method
public
GetExpr
(
ABT
env
) :
ABT.Expr
env
ABT
return
ABT.Expr
Variable()
public
method
public
Variable
(
String
name
) :
System
name
String
return
System