메소드 |
설명 |
|
AddTrivia ( List target, SyntaxKind kind ) : void |
|
|
LexSyntaxToken ( ) : SyntaxToken |
|
|
NextChar ( ) : void |
|
|
ReadCgTrivia ( List target ) : void |
|
|
ReadDouble ( string text ) : double |
|
|
ReadEndOfLine ( ) : void |
|
|
ReadIdentifierOrKeyword ( ) : void |
|
|
ReadInt32OrInt64 ( string text, bool hasHexModifier, bool hasOctalPrefix ) : object |
|
|
ReadInt64 ( string text, bool hasHexModifier, bool hasOctalPrefix ) : long |
|
|
ReadInvalidCharacter ( ) : void |
|
|
ReadMultilineComment ( ) : void |
|
|
ReadNumber ( ) : void |
|
|
ReadOctalValue ( string octal ) : long |
|
|
ReadSinglelineComment ( ) : void |
|
|
ReadString ( ) : void |
|
|
ReadToken ( ) : void |
|
|
ReadTrivia ( List target, bool isTrailing ) : void |
|
|
ReadWhitespace ( ) : void |
|
|