C# Class Microsoft.Fast.AST.FuncSymbol

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FuncSymbol ( FastToken n, int k, bool isConstructor = false, bool isAcceptor = false, bool isTransducer = false ) : System
PrettyPrint ( StringBuilder sb ) : void

Method Details

FuncSymbol() public méthode

public FuncSymbol ( FastToken n, int k, bool isConstructor = false, bool isAcceptor = false, bool isTransducer = false ) : System
n FastToken
k int
isConstructor bool
isAcceptor bool
isTransducer bool
Résultat System

PrettyPrint() public méthode

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