C# Class Jint.Expressions.ValueExpression

Inheritance: Expression
Mostrar archivo Open project: joelmartinez/Jint.Phone Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
ValueExpression ( object value, TypeCode typeCode ) : System

Private Methods

Method Description
Accept ( IStatementVisitor visitor ) : void

Method Details

ToString() public method

public ToString ( ) : string
return string

ValueExpression() public method

public ValueExpression ( object value, TypeCode typeCode ) : System
value object
typeCode TypeCode
return System