C# 클래스 Pegasus.Compiler.CompileResult

Encapsulates the results and errors from the compilation of a PEG grammar.
파일 보기 프로젝트 열기: otac0n/Pegasus 1 사용 예제들

공개 메소드들

메소드 설명
CompileResult ( Grammar grammar ) : System

Initializes a new instance of the CompileResult class.

비공개 메소드들

메소드 설명
AddCompilerError ( Cursor cursor, System error ) : void

메소드 상세

CompileResult() 공개 메소드

Initializes a new instance of the CompileResult class.
public CompileResult ( Grammar grammar ) : System
grammar Pegasus.Expressions.Grammar The grammar to which this pertains.
리턴 System