C# Class Bike.Parser.ParseException

Inheritance: System.Exception
Afficher le fichier Open project: buunguyen/bike

Méthodes publiques

Méthode Description
ParseException ( string msg, SourceLocation location ) : System
ParseException ( string msg, Token token ) : System
ToString ( ) : string

Method Details

ParseException() public méthode

public ParseException ( string msg, SourceLocation location ) : System
msg string
location SourceLocation
Résultat System

ParseException() public méthode

public ParseException ( string msg, Token token ) : System
msg string
token Token
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string