C# 클래스 Interpreter.frontend.pascal.tokens.PascalErrorToken

상속: PascalToken
파일 보기 프로젝트 열기: dfdemar/Pascal_Interpreter 1 사용 예제들

공개 메소드들

메소드 설명
PascalErrorToken ( Source source, PascalErrorCode errorCode, string tokenText ) : System

보호된 메소드들

메소드 설명
extract ( ) : void

메소드 상세

PascalErrorToken() 공개 메소드

public PascalErrorToken ( Source source, PascalErrorCode errorCode, string tokenText ) : System
source Source
errorCode PascalErrorCode
tokenText string
리턴 System

extract() 보호된 메소드

protected extract ( ) : void
리턴 void