C# Class Microsoft.Fast.AST.Pattern

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

Méthodes publiques

Свойство Type Description
children List
symbol FastToken

Méthodes publiques

Méthode Description
Contains ( string childname ) : bool
Pattern ( FastToken symbol, IEnumerable childList ) : System
PrettyPrint ( StringBuilder sb ) : void

Method Details

Contains() public méthode

public Contains ( string childname ) : bool
childname string
Résultat bool

Pattern() public méthode

public Pattern ( FastToken symbol, IEnumerable childList ) : System
symbol FastToken
childList IEnumerable
Résultat System

PrettyPrint() public méthode

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

Property Details

children public_oe property

public List children
Résultat List

symbol public_oe property

public FastToken,Microsoft.Fast.AST symbol
Résultat FastToken