C# Class Microsoft.Fast.AST.Value

Inheritance: FExp
Exibir arquivo Open project: AutomataDotNet/Automata Class Usage Examples

Public Properties

Property Type Description
val object

Public Methods

Method Description
PrettyPrint ( StringBuilder sb ) : void

Protected Methods

Method Description
Value ( object val, FastToken token ) : System

Private Methods

Method 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 method

public PrettyPrint ( StringBuilder sb ) : void
sb StringBuilder
return void

Value() protected method

protected Value ( object val, FastToken token ) : System
val object
token FastToken
return System

Property Details

val public_oe property

public object val
return object