Enhanced C#
Language of your choice: library documentation
Loyc.Syntax.Les.Les3PrettyPrinter Member List

This is the complete list of members for Loyc.Syntax.Les.Les3PrettyPrinter, including all inherited members.

_context (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerprotected
_curSet (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerprotected
_inParensOrBracks (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerprotected
_n (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerprotected
_nlContext (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerprotected
CanPrintAsNumber(UString textValue, Symbol typeMarker) (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerinlinestatic
Chars enum nameLoyc.Syntax.Les.Les3Printerprotected
ColorCodeForId(UString name) (defined in Loyc.Syntax.Les.Les3PrettyPrinter)Loyc.Syntax.Les.Les3PrettyPrinterinlineprotectedvirtual
ColorCodesToCssClassesLoyc.Syntax.Les.Les3PrettyPrinter
GetDefaultCssClassTable()Loyc.Syntax.Les.Les3PrettyPrinterinlinestatic
IsComboOpPrefixChar(char c) (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerstatic
IsNormalIdentifier(UString name) (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerstatic
Les3PrettyPrinter(IMessageSink sink=null, ILNodePrinterOptions options=null)Loyc.Syntax.Les.Les3PrettyPrinterinline
Les3PrettyPrinter(StringBuilder target, IMessageSink sink, ILNodePrinterOptions options)Loyc.Syntax.Les.Les3PrettyPrinterinline
MessageSinkLoyc.Syntax.Les.Les3Printer
Newline(bool avoidExtraNewline=false) (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerinlineprotected
NewlineContext enum nameLoyc.Syntax.Les.Les3Printerprotected
Options (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printer
Print(ILNode node, string suffix=null) (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerinline
Print(ILNode node, Precedence context, string suffix=null, NewlineContext nlContext=NewlineContext.AutoDetect) (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerinlineprotected
PrintCore(ILNode node, string suffix, bool avoidKwExprBraceAmbiguity=false) (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerinlineprotected
PrintIdCore(UString name, bool startToken, bool forceQuote=false) (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerinline
PrintToConsole(ILNode node, bool endWithNewline=true) (defined in Loyc.Syntax.Les.Les3PrettyPrinter)Loyc.Syntax.Les.Les3PrettyPrinterinline
PrintToConsole(IEnumerable< ILNode > nodes, bool endWithNewline=true) (defined in Loyc.Syntax.Les.Les3PrettyPrinter)Loyc.Syntax.Les.Les3PrettyPrinterinline
PrintToConsoleCore(StringBuilder input, bool endWithNewline=true) (defined in Loyc.Syntax.Les.Les3PrettyPrinter)Loyc.Syntax.Les.Les3PrettyPrinterinlinestatic
PrintToHtml(IEnumerable< ILNode > nodes, StringBuilder output=null, bool addPreCode=true, IMessageSink sink=null, ILNodePrinterOptions options=null)Loyc.Syntax.Les.Les3PrettyPrinterinlinestatic
PrintToHtml(IEnumerable< ILNode > nodes, StringBuilder output=null, bool addPreCode=true)Loyc.Syntax.Les.Les3PrettyPrinterinline
PrintToHtml(ILNode node, StringBuilder output=null, bool addPreCode=true)Loyc.Syntax.Les.Les3PrettyPrinterinline
PrintToHtmlCore(StringBuilder input, StringBuilder output=null, bool addPreCode=true, string newline="\n", string[] colorCodesToCssClasses=null)Loyc.Syntax.Les.Les3PrettyPrinterinlinestatic
PS (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerprotected
SB (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printer
SetOptions(ILNodePrinterOptions options) (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerinline
Space(bool condition=true) (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerinlineprotected
StartToken(LesColorCode kind) (defined in Loyc.Syntax.Les.Les3PrettyPrinter)Loyc.Syntax.Les.Les3PrettyPrinterinlineprotectedvirtual
StartToken(LesColorCode kind, Chars charSet) (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerinlineprotected
StartToken(LesColorCode kind, Chars startSet, Chars endSet) (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerinlineprotected
ToString() (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerinline
VisitCall(ILNode node) (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerinline
VisitId(ILNode node) (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerinline
VisitLiteral(ILNode node) (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerinline
WriteOutsideToken(char space) (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerinlineprotected
WriteToken(char firstChar, LesColorCode kind, Chars tokenSet) (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerinlineprotected
WriteToken(string text, LesColorCode kind, Chars tokenSet) (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerinlineprotected
WriteToken(string text, LesColorCode kind, Chars startSet, Chars endSet) (defined in Loyc.Syntax.Les.Les3Printer)Loyc.Syntax.Les.Les3Printerinlineprotected