Свойство | Type | Description | |
---|---|---|---|
baseArray | int[] | ||
check | int[] | ||
default1 | int[] | ||
next | int[] |
Méthode | Description | |
---|---|---|
check_delimiter ( byte ch ) : int | ||
constant ( int state, byte token_str, int token_ind ) : int | ||
error_or_eof_case ( |
||
get_actual_token ( byte token_str, int token_ind ) : void | ||
get_char ( |
||
get_token ( |
||
is_eof_token ( |
||
keyword ( int state ) : int | ||
next_state ( int state, byte ch ) : int | ||
numeric_case ( |
||
open_character_stream ( String filename ) : |
||
open_token_stream ( string FILENAME ) : |
||
print_token ( |
||
skip ( |
||
special ( int state ) : int | ||
unget_char ( byte ch, |
Méthode | Description | |
---|---|---|
Main ( string args ) : void | ||
get_null_terminated_string ( string s ) : string | ||
is_end_of_character_stream ( |
public static check_delimiter ( byte ch ) : int | ||
ch | byte | |
Résultat | int |
public static constant ( int state, byte token_str, int token_ind ) : int | ||
state | int | |
token_str | byte | |
token_ind | int | |
Résultat | int |
public static error_or_eof_case ( |
||
tstream_ptr | ||
token_ptr | ||
cu_state | int | |
token_str | byte | |
token_ind | int | |
ch | byte | |
Résultat |
public static get_actual_token ( byte token_str, int token_ind ) : void | ||
token_str | byte | |
token_ind | int | |
Résultat | void |
public static get_char ( |
||
stream_ptr | ||
Résultat | byte |
public static get_token ( |
||
tstream_ptr | ||
Résultat |
public static is_eof_token ( |
||
t | ||
Résultat | int |
public static next_state ( int state, byte ch ) : int | ||
state | int | |
ch | byte | |
Résultat | int |
public static numeric_case ( |
||
tstream_ptr | ||
token_ptr | ||
ch | byte | |
token_str | byte | |
token_ind | int | |
Résultat |
public static open_character_stream ( String filename ) : |
||
filename | String | |
Résultat |
public static open_token_stream ( string FILENAME ) : |
||
FILENAME | string | |
Résultat |
public static print_token ( |
||
token_ptr | ||
Résultat | int |
public static skip ( |
||
stream_ptr | ||
Résultat | void |
public static unget_char ( byte ch, |
||
ch | byte | |
stream_ptr | ||
Résultat | void |