| __d (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protectedstatic |
| __f (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protectedstatic |
| __i16 (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protectedstatic |
| __i32 (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protectedstatic |
| __i64 (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protectedstatic |
| __i8 (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protectedstatic |
| __L (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protectedstatic |
| __r32 (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protectedstatic |
| __r64 (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protectedstatic |
| __u (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protectedstatic |
| __u16 (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protectedstatic |
| __u32 (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protectedstatic |
| __u64 (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protectedstatic |
| __u8 (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protectedstatic |
| __uL (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protectedstatic |
| __z (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protectedstatic |
| _bool (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protectedstatic |
| _c (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protectedstatic |
| _number (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protectedstatic |
| _re (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protectedstatic |
| _s (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protectedstatic |
| _string (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protectedstatic |
| _void (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protectedstatic |
| AddParser(bool replaceExisting, Symbol typeMarker, Func< UString, Symbol, Either< object, LogMessage >> parser) | Loyc.Syntax.LiteralHandlerTable | inline |
| 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.LiteralHandlerTable | inline |
| CanPrint(Symbol typeMarker) | Loyc.Syntax.LiteralHandlerTable | inline |
| CanPrint(Type type, bool searchBases=true) | Loyc.Syntax.LiteralHandlerTable | inline |
| DigitSeparator | Loyc.Syntax.StandardLiteralHandlers | |
| HexNegativeExponentThreshold (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protected |
| LiteralHandlerTable() (defined in Loyc.Syntax.LiteralHandlerTable) | Loyc.Syntax.LiteralHandlerTable | inline |
| Parsers | Loyc.Syntax.LiteralHandlerTable | |
| Printers | Loyc.Syntax.LiteralHandlerTable | |
| StandardLiteralHandlers(char? digitSeparatorChar='_') (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | inline |
| TryParse(UString textValue, Symbol typeMarker) | Loyc.Syntax.LiteralHandlerTable | inline |
| TryPrint(ILNode literal, StringBuilder sb) | Loyc.Syntax.LiteralHandlerTable | inline |
| Value (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | static |