C# 클래스 Tools.recoveredError

상속: error
파일 보기 프로젝트 열기: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015

공개 메소드들

메소드 설명
ConcreteSyntaxTree ( ) : void
Print ( ) : void
ToString ( ) : string
recoveredError ( Parser yyp, ParseStackEntry s ) : System

메소드 상세

ConcreteSyntaxTree() 공개 메소드

public ConcreteSyntaxTree ( ) : void
리턴 void

Print() 공개 메소드

public Print ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

recoveredError() 공개 메소드

public recoveredError ( Parser yyp, ParseStackEntry s ) : System
yyp Parser
s ParseStackEntry
리턴 System