C# Class Visual64TassEditor.Parser._64TassScanner

ファイルを表示 Open project: moozzyk/VintageStudio Class Usage Examples

Private Properties

Property Type Description
IsASCIIChar bool
IsSeparator bool
NextCharacter bool
ReadNonDecimalNumber string
ReadString string
ReadStringLiteral string
ReadToEnd string
SkipCharacter char
SkipToken void

Public Methods

Method Description
GetNextLexeme ( int &starPosition ) : string
SkipWhitespace ( ) : bool
_64TassScanner ( string input ) : System

Private Methods

Method 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 method

public GetNextLexeme ( int &starPosition ) : string
starPosition int
return string

SkipWhitespace() public method

public SkipWhitespace ( ) : bool
return bool

_64TassScanner() public method

public _64TassScanner ( string input ) : System
input string
return System