C# Class AST.FuncCall

Inheritance: Expr
Afficher le fichier Open project: phisiart/C-Compiler

Méthodes publiques

Méthode Description
Create ( Expr func, ImmutableList args ) : Expr
GetExpr ( ABT env ) : ABT.Expr

Méthodes protégées

Méthode Description
FuncCall ( Expr func, ImmutableList args ) : System

Method Details

Create() public static méthode

public static Create ( Expr func, ImmutableList args ) : Expr
func Expr
args ImmutableList
Résultat Expr

FuncCall() protected méthode

protected FuncCall ( Expr func, ImmutableList args ) : System
func Expr
args ImmutableList
Résultat System

GetExpr() public méthode

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