C# Class Boo.Lang.Parser.PrimitiveParser

Afficher le fichier Open project: boo/boo-lang

Méthodes publiques

Méthode Description
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

Method Details

ParseDouble() public static méthode

public static ParseDouble ( string s ) : double
s string
Résultat double

ParseDouble() public static méthode

public static ParseDouble ( string s, bool isSingle ) : double
s string
isSingle bool
Résultat double

ParseInt() public static méthode

public static ParseInt ( antlr token ) : int
token antlr
Résultat int

ParseIntegerLiteralExpression() public static méthode

public static ParseIntegerLiteralExpression ( antlr token, string s, bool asLong ) : IntegerLiteralExpression
token antlr
s string
asLong bool
Résultat Boo.Lang.Compiler.Ast.IntegerLiteralExpression

ParseTimeSpan() public static méthode

public static ParseTimeSpan ( string text ) : System.TimeSpan
text string
Résultat System.TimeSpan