C# Class Visual64TassEditor.Parser._64TassScanner

Afficher le fichier Open project: moozzyk/VintageStudio Class Usage Examples

Private Properties

Свойство Type Description
IsASCIIChar bool
IsSeparator bool
NextCharacter bool
ReadNonDecimalNumber string
ReadString string
ReadStringLiteral string
ReadToEnd string
SkipCharacter char
SkipToken void

Méthodes publiques

Méthode Description
GetNextLexeme ( int &starPosition ) : string
SkipWhitespace ( ) : bool
_64TassScanner ( string input ) : System

Private Methods

Méthode Description
IsASCIIChar ( char c ) : bool
IsSeparator ( char c ) : bool
NextCharacter ( ) : bool
ReadNonDecimalNumber ( ) : string
ReadString ( ) : string
ReadStringLiteral ( ) : string
ReadToEnd ( ) : string
SkipCharacter ( ) : char
SkipToken ( ) : void

Method Details

GetNextLexeme() public méthode

public GetNextLexeme ( int &starPosition ) : string
starPosition int
Résultat string

SkipWhitespace() public méthode

public SkipWhitespace ( ) : bool
Résultat bool

_64TassScanner() public méthode

public _64TassScanner ( string input ) : System
input string
Résultat System