C# Class AST.TypeSpec

Type-specifier : void --+ | char | | short | | int | | long +--> Basic Type specifier | float | | double | | signed | | unsigned --+ | struct-or-union-specifier | enum-specifier | typedef-name
Inheritance: ISyntaxTreeNode
Show file Open project: phisiart/C-Compiler

Private Methods

Method Description
GetExprType ( Env env ) : ISemantReturn