C# Class Microsoft.Fast.AST.LangDef

Inheritance: LangOrTransDef
Show file Open project: AutomataDotNet/Automata Class Usage Examples

Public Methods

Method Description
LangDef ( FastToken acc, FastToken alphabet, FastToken patternMatchName ) : System
PrettyPrint ( StringBuilder sb ) : void

Method Details

LangDef() public method

public LangDef ( FastToken acc, FastToken alphabet, FastToken patternMatchName ) : System
acc FastToken
alphabet FastToken
patternMatchName FastToken
return System

PrettyPrint() public method

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