C# Class Boo.Lang.Parser.SourceLocationFactory

Afficher le fichier Open project: boo/boo-lang Class Usage Examples

Méthodes publiques

Méthode Description
ToEndSourceLocation ( antlr token ) : SourceLocation
ToLexicalInfo ( antlr token ) : LexicalInfo
ToSourceLocation ( antlr token ) : SourceLocation

Method Details

ToEndSourceLocation() public static méthode

public static ToEndSourceLocation ( antlr token ) : SourceLocation
token antlr
Résultat SourceLocation

ToLexicalInfo() public static méthode

public static ToLexicalInfo ( antlr token ) : LexicalInfo
token antlr
Résultat LexicalInfo

ToSourceLocation() public static méthode

public static ToSourceLocation ( antlr token ) : SourceLocation
token antlr
Résultat SourceLocation