C# Class Microsoft.Fast.AST.LangDefDef

Inheritance: DefDef
Afficher le fichier Open project: AutomataDotNet/Automata Class Usage Examples

Méthodes publiques

Свойство Type Description
expr BuiltinLangExp

Méthodes publiques

Méthode Description
LangDefDef ( FastToken acc, FastToken alphabet, BuiltinLangExp expr ) : System
PrettyPrint ( StringBuilder sb ) : void

Private Methods

Méthode Description
Typecheck ( FastPgm pgm ) : void

Method Details

LangDefDef() public méthode

public LangDefDef ( FastToken acc, FastToken alphabet, BuiltinLangExp expr ) : System
acc FastToken
alphabet FastToken
expr BuiltinLangExp
Résultat System

PrettyPrint() public méthode

public PrettyPrint ( StringBuilder sb ) : void
sb StringBuilder
Résultat void

Property Details

expr public_oe property

public BuiltinLangExp,Microsoft.Fast.AST expr
Résultat BuiltinLangExp