C# 클래스 YAMP.Errors.YAMPOperatorMissingError

The operator missing error.
상속: YAMPParseError
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
YAMPOperatorMissingError ( Int32 line, Int32 column ) : System
YAMPOperatorMissingError ( ParseEngine pe ) : System

메소드 상세

YAMPOperatorMissingError() 공개 메소드

public YAMPOperatorMissingError ( Int32 line, Int32 column ) : System
line System.Int32
column System.Int32
리턴 System

YAMPOperatorMissingError() 공개 메소드

public YAMPOperatorMissingError ( ParseEngine pe ) : System
pe ParseEngine
리턴 System