C# Class SDF.SDF

Show file Open project: bcr/sdf

Public Methods

Method Description
Eval ( SDFState state, string eval ) : void
Load ( ParsedExpressionList expressionList, SDFState state, ProvidedStatePile parentExpressionStatePile ) : void

Private Methods

Method Description
BindArguments ( Hashtable arguments, TokenStringRegistry tokenStringRegistry ) : void
MaybeCallPostCreateExpression ( SDFState state, ParsedExpression expression, ParsedExpressionList children ) : void
SDF ( ) : System

Method Details

Eval() public static method

public static Eval ( SDFState state, string eval ) : void
state SDFState
eval string
return void

Load() public static method

public static Load ( ParsedExpressionList expressionList, SDFState state, ProvidedStatePile parentExpressionStatePile ) : void
expressionList ParsedExpressionList
state SDFState
parentExpressionStatePile ProvidedStatePile
return void