C# Class AST.Variable

Inheritance: CppSharp.Parser.AST.Declaration, IDisposable, CppSharp.Runtime.ICppMarshal
Show file 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