C# 클래스 Algebra.Core.Grammar.Parser

파일 보기 프로젝트 열기: software-engineering-amsterdam/poly-ql 1 사용 예제들

공개 메소드들

메소드 설명
LoadGrammar ( BinaryReader reader ) : bool
Parse ( TextReader reader ) : bool
Parse ( string text ) : bool
Parser ( bool trimReductions ) : System

보호된 메소드들

메소드 설명
CreateObjectFor ( GOLD r ) : object

비공개 메소드들

메소드 설명
InitEvents ( ) : void

메소드 상세

CreateObjectFor() 보호된 추상적인 메소드

protected abstract CreateObjectFor ( GOLD r ) : object
r GOLD
리턴 object

LoadGrammar() 공개 메소드

public LoadGrammar ( BinaryReader reader ) : bool
reader System.IO.BinaryReader
리턴 bool

Parse() 공개 메소드

public Parse ( TextReader reader ) : bool
reader System.IO.TextReader
리턴 bool

Parse() 공개 메소드

public Parse ( string text ) : bool
text string
리턴 bool

Parser() 공개 메소드

public Parser ( bool trimReductions ) : System
trimReductions bool
리턴 System