C# Class AST.Variable

Inheritance: CppSharp.Parser.AST.Declaration, IDisposable, CppSharp.Runtime.ICppMarshal
Afficher le fichier Open project: phisiart/C-Compiler Class Usage Examples

Méthodes publiques

Méthode Description
Create ( String name ) : Expr
GetExpr ( ABT env ) : ABT.Expr
Variable ( String name ) : System

Method Details

Create() public static méthode

public static Create ( String name ) : Expr
name String
Résultat Expr

GetExpr() public méthode

public GetExpr ( ABT env ) : ABT.Expr
env ABT
Résultat ABT.Expr

Variable() public méthode

public Variable ( String name ) : System
name String
Résultat System