Package org.json.simple.parser
Class Yylex
- java.lang.Object
-
- org.json.simple.parser.Yylex
-
class Yylex extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringBuffer
sb
private static int
STRING_BEGIN
private static int[]
yy_acpt
private boolean
yy_at_bol
private static int
YY_BOL
private char[]
yy_buffer
private int
yy_buffer_end
private int
yy_buffer_index
private int
yy_buffer_read
private static int
YY_BUFFER_SIZE
private int
yy_buffer_start
private static int[]
yy_cmap
private static int
YY_E_INTERNAL
private static int
YY_END
private static int
YY_EOF
private java.lang.String[]
yy_error_string
private static int
YY_F
private int
yy_lexical_state
private static int
YY_NO_ANCHOR
private static int
YY_NO_STATE
private static int
YY_NOT_ACCEPT
private static int[][]
yy_nxt
private java.io.BufferedReader
yy_reader
private static int[]
yy_rmap
private static int[]
yy_state_dtrans
private static int
YYINITIAL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static int[][]
unpackFromString(int size1, int size2, java.lang.String st)
private int
yy_advance()
private char[]
yy_double(char[] buf)
private void
yy_error(int code, boolean fatal)
private void
yy_mark_end()
private void
yy_mark_start()
private void
yy_move_end()
private void
yy_to_mark()
private void
yybegin(int state)
Yytoken
yylex()
private java.lang.String
yytext()
-
-
-
Field Detail
-
YY_BUFFER_SIZE
private static final int YY_BUFFER_SIZE
- See Also:
- Constant Field Values
-
YY_F
private static final int YY_F
- See Also:
- Constant Field Values
-
YY_NO_STATE
private static final int YY_NO_STATE
- See Also:
- Constant Field Values
-
YY_NOT_ACCEPT
private static final int YY_NOT_ACCEPT
- See Also:
- Constant Field Values
-
YY_END
private static final int YY_END
- See Also:
- Constant Field Values
-
YY_NO_ANCHOR
private static final int YY_NO_ANCHOR
- See Also:
- Constant Field Values
-
YY_BOL
private static final int YY_BOL
- See Also:
- Constant Field Values
-
YY_EOF
private static final int YY_EOF
- See Also:
- Constant Field Values
-
sb
private java.lang.StringBuffer sb
-
yy_reader
private java.io.BufferedReader yy_reader
-
yy_buffer_index
private int yy_buffer_index
-
yy_buffer_read
private int yy_buffer_read
-
yy_buffer_start
private int yy_buffer_start
-
yy_buffer_end
private int yy_buffer_end
-
yy_buffer
private char[] yy_buffer
-
yy_at_bol
private boolean yy_at_bol
-
yy_lexical_state
private int yy_lexical_state
-
YYINITIAL
private static final int YYINITIAL
- See Also:
- Constant Field Values
-
STRING_BEGIN
private static final int STRING_BEGIN
- See Also:
- Constant Field Values
-
yy_state_dtrans
private static final int[] yy_state_dtrans
-
YY_E_INTERNAL
private static final int YY_E_INTERNAL
- See Also:
- Constant Field Values
-
yy_error_string
private java.lang.String[] yy_error_string
-
yy_acpt
private static final int[] yy_acpt
-
yy_cmap
private static final int[] yy_cmap
-
yy_rmap
private static final int[] yy_rmap
-
yy_nxt
private static final int[][] yy_nxt
-
-
Method Detail
-
yybegin
private void yybegin(int state)
-
yy_advance
private int yy_advance() throws java.io.IOException
- Throws:
java.io.IOException
-
yy_move_end
private void yy_move_end()
-
yy_mark_start
private void yy_mark_start()
-
yy_mark_end
private void yy_mark_end()
-
yy_to_mark
private void yy_to_mark()
-
yytext
private java.lang.String yytext()
-
yy_double
private char[] yy_double(char[] buf)
-
yy_error
private void yy_error(int code, boolean fatal)
-
unpackFromString
private static int[][] unpackFromString(int size1, int size2, java.lang.String st)
-
yylex
public Yytoken yylex() throws java.io.IOException
- Throws:
java.io.IOException
-
-