Method |
Description |
|
AddTrivia ( List target, SyntaxKind kind ) : void |
|
|
CreateDisabledText ( ) : SyntaxTrivia |
|
|
ExpandNestedMacro ( NestedMacroExpansionLexer lexer ) : List |
|
|
FindParameterIndex ( SeparatedSyntaxList parameters, SyntaxToken token ) : int |
|
|
LexDirectiveAndExcludedTrivia ( bool afterNonWhitespaceOnLine, List triviaList ) : bool |
|
|
LexDirectiveToken ( ) : SyntaxToken |
|
|
LexDirectiveTrailingTrivia ( List trivia, SyntaxKind kind, bool includeEndOfLine ) : void |
|
|
LexDisabledText ( bool &followedByDirective ) : SyntaxNode |
|
|
LexExcludedDirectivesAndTrivia ( bool endIsActive, List triviaList ) : void |
|
|
LexSingleDirective ( bool isActive, bool endIsActive, bool afterNonWhitespaceOnLine, List triviaList ) : SyntaxNode |
|
|
LexSyntaxToken ( ) : SyntaxToken |
|
|
MakeAbsolute ( TextSpan span ) : SourceRange |
|
|
NextChar ( ) : void |
|
|
PopIncludeContext ( ) : void |
|
|
PushIncludeContext ( SourceText text ) : void |
|
|
ReadBracketedString ( ) : 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 |
|
|
ReadPreprocessingNumber ( string text ) : string |
|
|
ReadSinglelineComment ( ) : void |
|
|
ReadString ( ) : void |
|
|
ReadToken ( ) : void |
|
|
ReadTrivia ( List target, bool isTrailing ) : void |
|
|
ReadWhitespace ( ) : void |
|
|
ReplaceParameters ( List originalArguments, List expandedArguments, FunctionLikeDefineDirectiveParameterListSyntax parameterList, List macroBody ) : List |
|
|
TryExpandMacro ( SyntaxToken token, IMacroExpansionLexer lexer, List &expandedTokens ) : bool |
|
|