C# 클래스 Parrot.Parser.Parser

파일 보기 프로젝트 열기: ParrotFx/Parrot 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( System stream, Document &document ) : bool
Parse ( string text, Document &document ) : bool
Parser ( ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GetStatementFromToken ( Token identifier, StatementTail tail, Token previousToken = null ) : Statement
Parse ( Stream stream ) : IEnumerable
ParseAttribute ( Stream stream ) : Attribute
ParseAttributes ( Stream stream ) : Parrot.Nodes.AttributeList
ParseChild ( Stream stream ) : StatementList
ParseChildren ( Stream stream ) : StatementList
ParseParameter ( Stream stream ) : Parameter
ParseParameters ( Stream stream ) : ParameterList
ParseSingleStatementTail ( Stream stream, StatementTail tail ) : StatementTail
ParseStatement ( Stream stream ) : StatementList

Parses a token stream creating the largest statement possible

ParseStatementErrors ( Statement s ) : void
ParseStatementTail ( Stream stream ) : StatementTail

메소드 상세

Parse() 공개 메소드

public Parse ( System stream, Document &document ) : bool
stream System
document Parrot.Nodes.Document
리턴 bool

Parse() 공개 메소드

public Parse ( string text, Document &document ) : bool
text string
document Parrot.Nodes.Document
리턴 bool

Parser() 공개 메소드

public Parser ( ) : System.Collections.Generic
리턴 System.Collections.Generic