C# Class Microsoft.Fast.AST.AttributeVariable

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

Méthodes publiques

Méthode Description
AttributeVariable ( FastToken token ) : System
PrettyPrint ( StringBuilder sb ) : void
ToString ( ) : string

Private Methods

Méthode Description
CalcSort ( FastSort>.Func context, FastPgm program ) : void
CheckFunctionExpr ( FastSort>.Dictionary vars, HashSet attrNames, HashSet patternTrees, FastPgm pgm ) : void
CheckSubtreeGuard ( FastSort>.Dictionary subs, AlphabetDef alph, FastPgm pgm ) : void
CheckTransformation ( HashSet subs, AlphabetDef domAlph, AlphabetDef rangeAlph, FastPgm pgm ) : void

Method Details

AttributeVariable() public méthode

public AttributeVariable ( FastToken token ) : System
token FastToken
Résultat System

PrettyPrint() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string