- yybegin(int) - Method in class org.json.simple.parser.Yylex
-
Enters a new lexical state
- yychar - Variable in class org.json.simple.parser.Yylex
-
the number of characters up to the start of the matched text
- yycharat(int) - Method in class org.json.simple.parser.Yylex
-
Returns the character at position pos from the
matched text.
- yyclose() - Method in class org.json.simple.parser.Yylex
-
Closes the input stream.
- yycolumn - Variable in class org.json.simple.parser.Yylex
-
the number of characters from the last newline up to the start of the
matched text
- YYEOF - Static variable in class org.json.simple.parser.Yylex
-
This character denotes the end of file
- YYINITIAL - Static variable in class org.json.simple.parser.Yylex
-
lexical states
- yylength() - Method in class org.json.simple.parser.Yylex
-
Returns the length of the matched text region.
- Yylex - Class in org.json.simple.parser
-
- Yylex(Reader) - Constructor for class org.json.simple.parser.Yylex
-
Creates a new scanner
There is also a java.io.InputStream version of this constructor.
- Yylex(InputStream) - Constructor for class org.json.simple.parser.Yylex
-
Creates a new scanner.
- yylex() - Method in class org.json.simple.parser.Yylex
-
Resumes scanning until the next regular expression is matched,
the end of input is encountered or an I/O-Error occurs.
- yyline - Variable in class org.json.simple.parser.Yylex
-
number of newlines encountered up to the start of the matched text
- yypushback(int) - Method in class org.json.simple.parser.Yylex
-
Pushes the specified amount of characters back into the input stream.
- yyreset(Reader) - Method in class org.json.simple.parser.Yylex
-
Resets the scanner to read from a new input stream.
- yystate() - Method in class org.json.simple.parser.Yylex
-
Returns the current lexical state.
- yytext() - Method in class org.json.simple.parser.Yylex
-
Returns the text matched by the current regular expression.
- Yytoken - Class in org.json.simple.parser
-
- Yytoken(int, Object) - Constructor for class org.json.simple.parser.Yytoken
-
- ZZ_ACTION - Static variable in class org.json.simple.parser.Yylex
-
Translates DFA states to action switch labels.
- ZZ_ACTION_PACKED_0 - Static variable in class org.json.simple.parser.Yylex
-
- ZZ_ATTRIBUTE - Static variable in class org.json.simple.parser.Yylex
-
ZZ_ATTRIBUTE[aState] contains the attributes of state aState
- ZZ_ATTRIBUTE_PACKED_0 - Static variable in class org.json.simple.parser.Yylex
-
- ZZ_BUFFERSIZE - Static variable in class org.json.simple.parser.Yylex
-
initial size of the lookahead buffer
- ZZ_CMAP - Static variable in class org.json.simple.parser.Yylex
-
Translates characters to character classes
- ZZ_CMAP_PACKED - Static variable in class org.json.simple.parser.Yylex
-
Translates characters to character classes
- ZZ_ERROR_MSG - Static variable in class org.json.simple.parser.Yylex
-
- ZZ_LEXSTATE - Static variable in class org.json.simple.parser.Yylex
-
ZZ_LEXSTATE[l] is the state in the DFA for the lexical state l
ZZ_LEXSTATE[l+1] is the state in the DFA for the lexical state l
at the beginning of a line
l is of the form l = 2*k, k a non negative integer
- ZZ_NO_MATCH - Static variable in class org.json.simple.parser.Yylex
-
- ZZ_PUSHBACK_2BIG - Static variable in class org.json.simple.parser.Yylex
-
- ZZ_ROWMAP - Static variable in class org.json.simple.parser.Yylex
-
Translates a state to a row index in the transition table
- ZZ_ROWMAP_PACKED_0 - Static variable in class org.json.simple.parser.Yylex
-
- ZZ_TRANS - Static variable in class org.json.simple.parser.Yylex
-
The transition table of the DFA
- ZZ_UNKNOWN_ERROR - Static variable in class org.json.simple.parser.Yylex
-
- zzAtBOL - Variable in class org.json.simple.parser.Yylex
-
zzAtBOL == true <=> the scanner is currently at the beginning of a line
- zzAtEOF - Variable in class org.json.simple.parser.Yylex
-
zzAtEOF == true <=> the scanner is at the EOF
- zzBuffer - Variable in class org.json.simple.parser.Yylex
-
this buffer contains the current text to be matched and is
the source of the yytext() string
- zzCurrentPos - Variable in class org.json.simple.parser.Yylex
-
the current text position in the buffer
- zzEndRead - Variable in class org.json.simple.parser.Yylex
-
endRead marks the last character in the buffer, that has been read
from input
- zzLexicalState - Variable in class org.json.simple.parser.Yylex
-
the current lexical state
- zzMarkedPos - Variable in class org.json.simple.parser.Yylex
-
the textposition at the last accepting state
- zzReader - Variable in class org.json.simple.parser.Yylex
-
the input device
- zzRefill() - Method in class org.json.simple.parser.Yylex
-
Refills the input buffer.
- zzScanError(int) - Method in class org.json.simple.parser.Yylex
-
Reports an error that occured while scanning.
- zzStartRead - Variable in class org.json.simple.parser.Yylex
-
startRead marks the beginning of the yytext() string in the buffer
- zzState - Variable in class org.json.simple.parser.Yylex
-
the current state of the DFA
- zzUnpackAction() - Static method in class org.json.simple.parser.Yylex
-
- zzUnpackAction(String, int, int[]) - Static method in class org.json.simple.parser.Yylex
-
- zzUnpackAttribute() - Static method in class org.json.simple.parser.Yylex
-
- zzUnpackAttribute(String, int, int[]) - Static method in class org.json.simple.parser.Yylex
-
- zzUnpackCMap(String) - Static method in class org.json.simple.parser.Yylex
-
Unpacks the compressed character translation table.
- zzUnpackRowMap() - Static method in class org.json.simple.parser.Yylex
-
- zzUnpackRowMap(String, int, int[]) - Static method in class org.json.simple.parser.Yylex
-