C# Class Microsoft.Fast.AST.FunctionSort

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

Méthodes publiques

Свойство Type Description
domain List
range FastSort

Méthodes publiques

Méthode Description
FunctionSort ( FastToken name, List domain, FastSort range ) : System
PrettyPrint ( StringBuilder sb ) : void

Method Details

FunctionSort() public méthode

public FunctionSort ( FastToken name, List domain, FastSort range ) : System
name FastToken
domain List
range FastSort
Résultat System

PrettyPrint() public méthode

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

Property Details

domain public_oe property

public List domain
Résultat List

range public_oe property

public FastSort,Microsoft.Fast.AST range
Résultat FastSort