Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Loyc.Syntax.Lexing.IndentTokenGenerator Member List

This is the complete list of members for Loyc.Syntax.Lexing.IndentTokenGenerator, including all inherited members.

AllIndentTriggers (defined in Loyc.Syntax.Lexing.IndentTokenGenerator)Loyc.Syntax.Lexing.IndentTokenGenerator
Contains(int[] list, int item) (defined in Loyc.Syntax.Lexing.IndentTokenGenerator)Loyc.Syntax.Lexing.IndentTokenGeneratorinlineprotected
DedentTokenLoyc.Syntax.Lexing.IndentTokenGenerator
EolIndentTriggers (defined in Loyc.Syntax.Lexing.IndentTokenGenerator)Loyc.Syntax.Lexing.IndentTokenGenerator
EolTokenLoyc.Syntax.Lexing.IndentTokenGenerator
GetTokenCategory(Token token) (defined in Loyc.Syntax.Lexing.IndentTokenGenerator)Loyc.Syntax.Lexing.IndentTokenGeneratorinline
IndentTokenLoyc.Syntax.Lexing.IndentTokenGenerator
IndentTokenGenerator(ILexer< Token > lexer, int[] allIndentTriggers, Token?eolToken, Token indentToken, Token dedentToken)Loyc.Syntax.Lexing.IndentTokenGeneratorinline
IndentTokenGenerator(ILexer< Token > lexer, int[] allIndentTriggers, Token?eolToken) (defined in Loyc.Syntax.Lexing.IndentTokenGenerator)Loyc.Syntax.Lexing.IndentTokenGeneratorinline
MakeDedentToken(Token tokenBeforeDedent, ref Maybe< Token > tokenAfterDedent) (defined in Loyc.Syntax.Lexing.IndentTokenGenerator)Loyc.Syntax.Lexing.IndentTokenGeneratorinlineprotected
MakeEndOfLineToken(Token tokenBeforeNewline, ref Maybe< Token > tokenAfterNewline, int?deltaIndent) (defined in Loyc.Syntax.Lexing.IndentTokenGenerator)Loyc.Syntax.Lexing.IndentTokenGeneratorinlineprotected
MakeIndentToken(Token indentTrigger, ref Maybe< Token > tokenAfterward, bool newlineAfter) (defined in Loyc.Syntax.Lexing.IndentTokenGenerator)Loyc.Syntax.Lexing.IndentTokenGeneratorinlineprotected