C# Class Parrot.ParserException

TODO: Update summary.
Inheritance: System.Exception
ファイルを表示 Open project: ParrotFx/Parrot

Public Methods

Method Description
ParserException ( Token token ) : System
ParserException ( string message ) : System

Method Details

ParserException() public method

public ParserException ( Token token ) : System
token Parrot.Lexer.Token
return System

ParserException() public method

public ParserException ( string message ) : System
message string
return System