C# 클래스 Boo.Lang.Parser.BooParsingStep

Step 1. Parses any input fed to the compiler. Parsing behaviour can be customized by providing a specific ParserSettings instance through CompilerParameters.Environment.
상속: ICompilerStep
파일 보기 프로젝트 열기: boo/boo-lang 1 사용 예제들

공개 메소드들

메소드 설명
BooParsingStep ( ) : System
Dispose ( ) : void
Initialize ( CompilerContext context ) : void
Run ( ) : void

보호된 메소드들

메소드 설명
ParseModule ( string inputName, System reader, ParserErrorHandler errorHandler ) : void

비공개 메소드들

메소드 설명
OnParserError ( antlr error ) : void
ParserError ( LexicalInfo data, antlr error ) : void

메소드 상세

BooParsingStep() 공개 메소드

public BooParsingStep ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( CompilerContext context ) : void
context Boo.Lang.Compiler.CompilerContext
리턴 void

ParseModule() 보호된 메소드

protected ParseModule ( string inputName, System reader, ParserErrorHandler errorHandler ) : void
inputName string
reader System
errorHandler ParserErrorHandler
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void