C# Class Microsoft.Fast.AST.TransDef

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

Méthodes publiques

Méthode Description
PrettyPrint ( StringBuilder sb ) : void
TransDef ( FastToken trans, FastToken domain, FastToken range, FastToken patternMatchName ) : System

Method Details

PrettyPrint() public méthode

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

TransDef() public méthode

public TransDef ( FastToken trans, FastToken domain, FastToken range, FastToken patternMatchName ) : System
trans FastToken
domain FastToken
range FastToken
patternMatchName FastToken
Résultat System