Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Classes
Package Loyc.Syntax.Impl

Classes

interface  ILNodePrinterHelper
 A version of ILNodePrinterHelper{Self} without a type parameter. More...
 
interface  ILNodePrinterHelper< out Self >
 A fluent interface for classes that help you print syntax trees (ILNodes). More...
 
interface  ILNodePrinterHelperWithRevokableNewlines< Checkpoint >
 Alias for ILNodePrinterHelperWithRevokableNewlines{Checkpoint,Self} without the second type parameter. More...
 
interface  ILNodePrinterHelperWithRevokableNewlines< Checkpoint, out Self >
 Enhances ILNodePrinterHelper{Self} with an ability to revoke newlines. More...
 
interface  IPrinterHelper< out Self >
 
class  LNodePrinterHelper
 A helper type for printer objects; for details, please see ILNodePrinterHelper{S}, its derived interface ILNodePrinterHelperWithRevokableNewlines{S,C}, and the documentation of the constructor LNodePrinterHelper(StringBuilder, string, string, bool, string, string). More...
 
class  LNodePrinterHelperExt
 Standard extension methods for ILNodePrinterHelper More...
 
struct  LNodePrinterHelperLocation
 A location in the output stream of LNodePrinterHelper. More...
 
class  PrinterIndentHint
 Values used with ILNodePrinterHelper{Self}.Newline(Symbol). More...
 
class  PrinterState