Enhanced C#
Language of your choice: library documentation
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, StringBuilder sb)Loyc.Syntax.LiteralHandlerTableinline