C# Class Microsoft.Fast.AST.Value

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

Méthodes publiques

Свойство Type Description
val object

Méthodes publiques

Méthode Description
PrettyPrint ( StringBuilder sb ) : void

Méthodes protégées

Méthode Description
Value ( object val, FastToken token ) : System

Private Methods

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

Method Details

PrettyPrint() public méthode

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

Value() protected méthode

protected Value ( object val, FastToken token ) : System
val object
token FastToken
Résultat System

Property Details

val public_oe property

public object val
Résultat object