deepfold.runner.parser.Lexer ============================ .. currentmodule:: deepfold.runner.parser .. autoclass:: Lexer .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~Lexer.__init__ ~Lexer.t_ANY_error ~Lexer.t_BEGIN_ARRAY ~Lexer.t_BEGIN_OBJECT ~Lexer.t_ID ~Lexer.t_NEWLINE ~Lexer.t_QUOTATION_MARK ~Lexer.t_escaped_BACKSPACE_CHAR ~Lexer.t_escaped_CARRIAGE_RETURN_CHAR ~Lexer.t_escaped_FORM_FEED_CHAR ~Lexer.t_escaped_LINE_FEED_CHAR ~Lexer.t_escaped_QUOTATION_MARK ~Lexer.t_escaped_REVERSE_SOLIDUS ~Lexer.t_escaped_SOLIDUS ~Lexer.t_escaped_TAB_CHAR ~Lexer.t_escaped_UNICODE_HEX ~Lexer.t_graph_BEGIN_EDGE_LIST ~Lexer.t_graph_EDGE_SEP ~Lexer.t_graph_END_EDGE_LIST ~Lexer.t_graph_ID ~Lexer.t_graph_NEWLINE ~Lexer.t_ignore_COMMENT ~Lexer.t_iterable_END_ARRAY ~Lexer.t_iterable_END_OBJECT ~Lexer.t_iterable_NEWLINE ~Lexer.t_stoi_DIGITS ~Lexer.t_stoi_ID ~Lexer.t_stoi_NUM_SYM_SEP ~Lexer.t_stoi_STOI_SEP ~Lexer.t_string_ESCAPE ~Lexer.t_string_QUOTATION_MARK ~Lexer.t_string_UNESCAPED ~Lexer.tokenize .. rubric:: Attributes .. autosummary:: ~Lexer.states ~Lexer.t_DECIMAL_POINT ~Lexer.t_DIGITS ~Lexer.t_E ~Lexer.t_FALSE ~Lexer.t_MINUS ~Lexer.t_NAME_SEPARATOR ~Lexer.t_NULL ~Lexer.t_PLUS ~Lexer.t_SEMICOLON ~Lexer.t_TRUE ~Lexer.t_VALUE_SEPARATOR ~Lexer.t_ZERO ~Lexer.t_escaped_ignore ~Lexer.t_graph_VALUE_SEPARATOR ~Lexer.t_graph_ignore ~Lexer.t_ignore ~Lexer.t_stoi_ignore ~Lexer.t_string_ignore ~Lexer.tokens