C# Class AST.SizeofType

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

Public Methods

Method Description
Create ( TypeName typeName ) : Expr
GetExpr ( ABT env ) : ABT.Expr
SizeofType ( TypeName typeName ) : System

Method Details

Create() public static method

public static Create ( TypeName typeName ) : Expr
typeName TypeName
return Expr

GetExpr() public method

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

SizeofType() public method

public SizeofType ( TypeName typeName ) : System
typeName TypeName
return System