C# Class AST.FuncCall

Inheritance: Expr
Show file Open project: phisiart/C-Compiler

Public Methods

Method Description
Create ( Expr func, ImmutableList args ) : Expr
GetExpr ( ABT env ) : ABT.Expr

Protected Methods

Method Description
FuncCall ( Expr func, ImmutableList args ) : System

Method Details

Create() public static method

public static Create ( Expr func, ImmutableList args ) : Expr
func Expr
args ImmutableList
return Expr

FuncCall() protected method

protected FuncCall ( Expr func, ImmutableList args ) : System
func Expr
args ImmutableList
return System

GetExpr() public method

public GetExpr ( ABT env ) : ABT.Expr
env ABT
return ABT.Expr