| __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 |
| _bais (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 | |
| EcsLiteralHandlers() (defined in Loyc.Ecs.Parser.EcsLiteralHandlers) | Loyc.Ecs.Parser.EcsLiteralHandlers | inline |
| GeneralNumberParser(UString s, Symbol tm) (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | inlineprotectedstatic |
| HexNegativeExponentThreshold (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protected |
| LiteralHandlerTable() (defined in Loyc.Syntax.LiteralHandlerTable) | Loyc.Syntax.LiteralHandlerTable | inline |
| OK(object?result) (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | protectedstatic |
| ParseBigInt(UString s, out BigInteger n) (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | inlineprotectedstatic |
| ParseDouble(UString s, out double d) (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | inlineprotectedstatic |
| Parsers | Loyc.Syntax.LiteralHandlerTable | |
| ParseSigned(UString s, out long n) (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | inlineprotectedstatic |
| Printers | Loyc.Syntax.LiteralHandlerTable | |
| StandardLiteralHandlers(char?digitSeparatorChar= '_') (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | inline |
| SyntaxError(UString input, Symbol typeMarker) (defined in Loyc.Syntax.StandardLiteralHandlers) | Loyc.Syntax.StandardLiteralHandlers | inlineprotectedstatic |
| TryParse(UString textValue, Symbol typeMarker) | Loyc.Syntax.LiteralHandlerTable | inline |
| TryPrint(ILNode literal, out StringBuilder sb) (defined in Loyc.Syntax.LiteralHandlerTable) | Loyc.Syntax.LiteralHandlerTable | inline |
| 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.LiteralHandlerTable | inline |
| Value (defined in Loyc.Ecs.Parser.EcsLiteralHandlers) | Loyc.Ecs.Parser.EcsLiteralHandlers | static |