C# 클래스 DCPUB.Preprocessor.ParseState

파일 보기 프로젝트 열기: Blecki/DCPUB

공개 프로퍼티들

프로퍼티 타입 설명
LineLocationTable PreprocessedLineLocationTable
ReportErrors Action
currentLineInFile int
end int
filename String
lastWasNewline bool
macros Macro>.Dictionary
readIncludeFile String>.Func
source String
start int
totalLinesInResult int

공개 메소드들

메소드 설명
Advance ( ) : void
AtEnd ( ) : bool
Error ( String Message ) : void
MatchNext ( String str ) : bool
Next ( ) : char
ParseState ( String source ) : System
PeekForSpace ( ) : bool

메소드 상세

Advance() 공개 메소드

public Advance ( ) : void
리턴 void

AtEnd() 공개 메소드

public AtEnd ( ) : bool
리턴 bool

Error() 공개 메소드

public Error ( String Message ) : void
Message String
리턴 void

MatchNext() 공개 메소드

public MatchNext ( String str ) : bool
str String
리턴 bool

Next() 공개 메소드

public Next ( ) : char
리턴 char

ParseState() 공개 메소드

public ParseState ( String source ) : System
source String
리턴 System

PeekForSpace() 공개 메소드

public PeekForSpace ( ) : bool
리턴 bool

프로퍼티 상세

LineLocationTable 공개적으로 프로퍼티

public PreprocessedLineLocationTable,DCPUB.Preprocessor LineLocationTable
리턴 PreprocessedLineLocationTable

ReportErrors 공개적으로 프로퍼티

public Action ReportErrors
리턴 Action

currentLineInFile 공개적으로 프로퍼티

public int currentLineInFile
리턴 int

end 공개적으로 프로퍼티

public int end
리턴 int

filename 공개적으로 프로퍼티

public String filename
리턴 String

lastWasNewline 공개적으로 프로퍼티

public bool lastWasNewline
리턴 bool

macros 공개적으로 프로퍼티

public Dictionary macros
리턴 Macro>.Dictionary

readIncludeFile 공개적으로 프로퍼티

public Func readIncludeFile
리턴 String>.Func

source 공개적으로 프로퍼티

public String source
리턴 String

start 공개적으로 프로퍼티

public int start
리턴 int

totalLinesInResult 공개적으로 프로퍼티

public int totalLinesInResult
리턴 int