C# Class Microsoft.Fast.AST.DisplayQueryDef

Inheritance: QueryDef
Afficher le fichier Open project: AutomataDotNet/Automata

Méthodes publiques

Méthode Description
DisplayQueryDef ( FastToken toPrintVar ) : System
PrettyPrint ( StringBuilder sb ) : void

Private Methods

Méthode Description
Typecheck ( FastPgm pgm ) : void

Method Details

DisplayQueryDef() public méthode

public DisplayQueryDef ( FastToken toPrintVar ) : System
toPrintVar FastToken
Résultat System

PrettyPrint() public méthode

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