C# Class AST.Enumr

enumerator : enumeration-constant [ '=' constant-expression ]? enumeration-constant : identifier
Inheritance: ISyntaxTreeNode
Afficher le fichier Open project: phisiart/C-Compiler

Méthodes publiques

Méthode Description
Create ( String name, Option init ) : Enumr

Private Methods

Méthode Description
Enumr ( String name, Option init ) : System
GetEnumerator ( Env env, Int32 idx ) : Tuple

Method Details

Create() public static méthode

public static Create ( String name, Option init ) : Enumr
name String
init Option
Résultat Enumr