C# Class DCPUB.Preprocessor.ParseState

Afficher le fichier Open project: Blecki/DCPUB

Méthodes publiques

Свойство Type Description
LineLocationTable PreprocessedLineLocationTable
ReportErrors Action
currentLineInFile int
end int
filename String
lastWasNewline bool
macros Macro>.Dictionary
readIncludeFile String>.Func
source String
start int
totalLinesInResult int

Méthodes publiques

Méthode Description
Advance ( ) : void
AtEnd ( ) : bool
Error ( String Message ) : void
MatchNext ( String str ) : bool
Next ( ) : char
ParseState ( String source ) : System
PeekForSpace ( ) : bool

Method Details

Advance() public méthode

public Advance ( ) : void
Résultat void

AtEnd() public méthode

public AtEnd ( ) : bool
Résultat bool

Error() public méthode

public Error ( String Message ) : void
Message String
Résultat void

MatchNext() public méthode

public MatchNext ( String str ) : bool
str String
Résultat bool

Next() public méthode

public Next ( ) : char
Résultat char

ParseState() public méthode

public ParseState ( String source ) : System
source String
Résultat System

PeekForSpace() public méthode

public PeekForSpace ( ) : bool
Résultat bool

Property Details

LineLocationTable public_oe property

public PreprocessedLineLocationTable,DCPUB.Preprocessor LineLocationTable
Résultat PreprocessedLineLocationTable

ReportErrors public_oe property

public Action ReportErrors
Résultat Action

currentLineInFile public_oe property

public int currentLineInFile
Résultat int

end public_oe property

public int end
Résultat int

filename public_oe property

public String filename
Résultat String

lastWasNewline public_oe property

public bool lastWasNewline
Résultat bool

macros public_oe property

public Dictionary macros
Résultat Macro>.Dictionary

readIncludeFile public_oe property

public Func readIncludeFile
Résultat String>.Func

source public_oe property

public String source
Résultat String

start public_oe property

public int start
Résultat int

totalLinesInResult public_oe property

public int totalLinesInResult
Résultat int