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

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

AddParser(bool replaceExisting, Symbol typeMarker, Func< UString, Symbol, Either< object, LogMessage >> parser)Loyc.Syntax.LiteralHandlerTableinline
AddPrinter(bool replaceExisting, Symbol type, Func< ILNode, StringBuilder, Either< Symbol, LogMessage >> printer)Loyc.Syntax.LiteralHandlerTable
AddPrinter(bool replaceExisting, Type type, Func< ILNode, StringBuilder, Either< Symbol, LogMessage >> printer)Loyc.Syntax.LiteralHandlerTable
CanParse(Symbol typeMarker)Loyc.Syntax.LiteralHandlerTableinline
CanPrint(Symbol typeMarker)Loyc.Syntax.LiteralHandlerTableinline
CanPrint(Type type, bool searchBases=true)Loyc.Syntax.LiteralHandlerTableinline
LiteralHandlerTable() (defined in Loyc.Syntax.LiteralHandlerTable)Loyc.Syntax.LiteralHandlerTableinline
ParsersLoyc.Syntax.LiteralHandlerTable
PrintersLoyc.Syntax.LiteralHandlerTable
TryParse(UString textValue, Symbol typeMarker)Loyc.Syntax.LiteralHandlerTableinline
TryPrint(ILNode literal, out StringBuilder sb) (defined in Loyc.Syntax.LiteralHandlerTable)Loyc.Syntax.LiteralHandlerTableinline
TryPrint(object value, Symbol typeMarker, out StringBuilder sb, NodeStyle style=NodeStyle.Default) (defined in Loyc.Syntax.LiteralHandlerTable)Loyc.Syntax.LiteralHandlerTable
TryPrint(ILNode literal, StringBuilder sb)Loyc.Syntax.LiteralHandlerTableinline