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

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

__d (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersprotectedstatic
__f (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersprotectedstatic
__i16 (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersprotectedstatic
__i32 (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersprotectedstatic
__i64 (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersprotectedstatic
__i8 (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersprotectedstatic
__L (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersprotectedstatic
__r32 (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersprotectedstatic
__r64 (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersprotectedstatic
__u (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersprotectedstatic
__u16 (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersprotectedstatic
__u32 (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersprotectedstatic
__u64 (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersprotectedstatic
__u8 (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersprotectedstatic
__uL (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersprotectedstatic
__z (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersprotectedstatic
_bool (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersprotectedstatic
_c (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersprotectedstatic
_number (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersprotectedstatic
_re (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersprotectedstatic
_s (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersprotectedstatic
_string (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersprotectedstatic
_void (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersprotectedstatic
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
DigitSeparatorLoyc.Syntax.StandardLiteralHandlers
HexNegativeExponentThreshold (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersprotected
LiteralHandlerTable() (defined in Loyc.Syntax.LiteralHandlerTable)Loyc.Syntax.LiteralHandlerTableinline
ParsersLoyc.Syntax.LiteralHandlerTable
PrintersLoyc.Syntax.LiteralHandlerTable
StandardLiteralHandlers(char? digitSeparatorChar='_') (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersinline
TryParse(UString textValue, Symbol typeMarker)Loyc.Syntax.LiteralHandlerTableinline
TryPrint(ILNode literal, StringBuilder sb)Loyc.Syntax.LiteralHandlerTableinline
Value (defined in Loyc.Syntax.StandardLiteralHandlers)Loyc.Syntax.StandardLiteralHandlersstatic