C# Class IronPython.Compiler.Ast.ConstantExpression

Inheritance: Expression
Datei anzeigen Open project: jschementi/iron Class Usage Examples

Private Properties

Property Type Description
CheckAssign string
ConstantFold ConstantExpression
GetConstantValue object
IInstructionProvider void
MakeUnicode ConstantExpression

Public Methods

Method Description
ConstantExpression ( object value ) : System
Reduce ( ) : Expression
Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void

Private Methods

Method Description
CheckAssign ( ) : string
ConstantFold ( ) : ConstantExpression
GetConstantValue ( ) : object
IInstructionProvider ( LightCompiler compiler ) : void
MakeUnicode ( string value ) : ConstantExpression

Method Details

ConstantExpression() public method

public ConstantExpression ( object value ) : System
value object
return System

Reduce() public method

public Reduce ( ) : Expression
return System.Linq.Expressions.Expression

Walk() public method

public Walk ( IronPython.Compiler.Ast.PythonWalker walker ) : void
walker IronPython.Compiler.Ast.PythonWalker
return void