C# Class IronRuby.Compiler.Ast.Literal

Inheritance: Expression
Show file Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
BigInteger ( BigInteger value, Microsoft.Scripting.SourceSpan location ) : Literal
Double ( double value, Microsoft.Scripting.SourceSpan location ) : Literal
False ( Microsoft.Scripting.SourceSpan location ) : Literal
Integer ( int value, Microsoft.Scripting.SourceSpan location ) : Literal
Nil ( Microsoft.Scripting.SourceSpan location ) : Literal
True ( Microsoft.Scripting.SourceSpan location ) : Literal

Private Methods

Method Description
GetNodeName ( AstGenerator gen ) : string
Literal ( object value, Microsoft.Scripting.SourceSpan location ) : Microsoft.Scripting
TransformRead ( AstGenerator gen ) : Expression

Method Details

BigInteger() public static method

public static BigInteger ( BigInteger value, Microsoft.Scripting.SourceSpan location ) : Literal
value Microsoft.Scripting.Math.BigInteger
location Microsoft.Scripting.SourceSpan
return Literal

Double() public static method

public static Double ( double value, Microsoft.Scripting.SourceSpan location ) : Literal
value double
location Microsoft.Scripting.SourceSpan
return Literal

False() public static method

public static False ( Microsoft.Scripting.SourceSpan location ) : Literal
location Microsoft.Scripting.SourceSpan
return Literal

Integer() public static method

public static Integer ( int value, Microsoft.Scripting.SourceSpan location ) : Literal
value int
location Microsoft.Scripting.SourceSpan
return Literal

Nil() public static method

public static Nil ( Microsoft.Scripting.SourceSpan location ) : Literal
location Microsoft.Scripting.SourceSpan
return Literal

True() public static method

public static True ( Microsoft.Scripting.SourceSpan location ) : Literal
location Microsoft.Scripting.SourceSpan
return Literal