C# 클래스 Tools.error

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

공개 프로퍼티들

프로퍼티 타입 설명
state int
sym SYMBOL

공개 메소드들

메소드 설명
ToString ( ) : string
error ( Parser yyp ) : System
error ( Parser yyp, ParseStackEntry s ) : System

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

error() 공개 메소드

public error ( Parser yyp ) : System
yyp Parser
리턴 System

error() 공개 메소드

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

프로퍼티 상세

state 공개적으로 프로퍼티

public int state
리턴 int

sym 공개적으로 프로퍼티

public SYMBOL,Tools sym
리턴 SYMBOL