C# 클래스 Boo.Lang.Parser.PrimitiveParser

파일 보기 프로젝트 열기: boo/boo-lang

공개 메소드들

메소드 설명
ParseDouble ( string s ) : double
ParseDouble ( string s, bool isSingle ) : double
ParseInt ( antlr token ) : int
ParseIntegerLiteralExpression ( antlr token, string s, bool asLong ) : IntegerLiteralExpression
ParseTimeSpan ( string text ) : System.TimeSpan

메소드 상세

ParseDouble() 공개 정적인 메소드

public static ParseDouble ( string s ) : double
s string
리턴 double

ParseDouble() 공개 정적인 메소드

public static ParseDouble ( string s, bool isSingle ) : double
s string
isSingle bool
리턴 double

ParseInt() 공개 정적인 메소드

public static ParseInt ( antlr token ) : int
token antlr
리턴 int

ParseIntegerLiteralExpression() 공개 정적인 메소드

public static ParseIntegerLiteralExpression ( antlr token, string s, bool asLong ) : IntegerLiteralExpression
token antlr
s string
asLong bool
리턴 Boo.Lang.Compiler.Ast.IntegerLiteralExpression

ParseTimeSpan() 공개 정적인 메소드

public static ParseTimeSpan ( string text ) : System.TimeSpan
text string
리턴 System.TimeSpan