C# 클래스 IronRuby.Compiler.Ast.Literal

상속: Expression
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetNodeName ( AstGenerator gen ) : string
Literal ( object value, Microsoft.Scripting.SourceSpan location ) : Microsoft.Scripting
TransformRead ( AstGenerator gen ) : Expression

메소드 상세

BigInteger() 공개 정적인 메소드

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

Double() 공개 정적인 메소드

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

False() 공개 정적인 메소드

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

Integer() 공개 정적인 메소드

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

Nil() 공개 정적인 메소드

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

True() 공개 정적인 메소드

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