C# Class Microsoft.Fast.AST.TreeExpDef

Inheritance: TreeDef
Mostra file Open project: AutomataDotNet/Automata

Public Properties

Property Type Description
expr FExp

Public Methods

Method Description
PrettyPrint ( StringBuilder sb ) : void
TreeExpDef ( FastToken acc, FastToken alphabet, FExp expr ) : System

Private Methods

Method Description
Typecheck ( FastPgm pgm ) : void

Method Details

PrettyPrint() public method

public PrettyPrint ( StringBuilder sb ) : void
sb StringBuilder
return void

TreeExpDef() public method

public TreeExpDef ( FastToken acc, FastToken alphabet, FExp expr ) : System
acc FastToken
alphabet FastToken
expr FExp
return System

Property Details

expr public_oe property

public FExp,Microsoft.Fast.AST expr
return FExp