C# Class Tools.recoveredError

Inheritance: error
Mostrar archivo Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015

Public Methods

Method Description
ConcreteSyntaxTree ( ) : void
Print ( ) : void
ToString ( ) : string
recoveredError ( Parser yyp, ParseStackEntry s ) : System

Method Details

ConcreteSyntaxTree() public method

public ConcreteSyntaxTree ( ) : void
return void

Print() public method

public Print ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

recoveredError() public method

public recoveredError ( Parser yyp, ParseStackEntry s ) : System
yyp Parser
s ParseStackEntry
return System