#include <token.h>
enum token::end_tok_type |
enum token::plot_tok_type |
enum token::token_type |
token::token | ( | const std::string & | s, | |
int | l = -1 , |
|||
int | c = -1 | |||
) |
token::token | ( | double | d, | |
const std::string & | s = std::string () , |
|||
int | l = -1 , |
|||
int | c = -1 | |||
) |
token::token | ( | end_tok_type | t, | |
int | l = -1 , |
|||
int | c = -1 | |||
) |
token::token | ( | plot_tok_type | t, | |
int | l = -1 , |
|||
int | c = -1 | |||
) |
token::token | ( | symbol_table::symbol_record * | s, | |
int | l = -1 , |
|||
int | c = -1 | |||
) |
token::token | ( | symbol_table::symbol_record * | cls, | |
symbol_table::symbol_record * | pkg, | |||
int | l = -1 , |
|||
int | c = -1 | |||
) |
token::token | ( | symbol_table::symbol_record * | mth, | |
symbol_table::symbol_record * | cls, | |||
symbol_table::symbol_record * | pkg, | |||
int | l = -1 , |
|||
int | c = -1 | |||
) |
token::~token | ( | void | ) |
symbol_table::symbol_record * token::class_rec | ( | void | ) |
int token::column | ( | void | ) | [inline] |
token::end_tok_type token::ettype | ( | void | ) |
int token::line | ( | void | ) | [inline] |
symbol_table::symbol_record * token::meta_class_rec | ( | void | ) |
symbol_table::symbol_record * token::meta_package_rec | ( | void | ) |
symbol_table::symbol_record * token::method_rec | ( | void | ) |
double token::number | ( | void | ) |
symbol_table::symbol_record * token::package_rec | ( | void | ) |
token::plot_tok_type token::pttype | ( | void | ) |
symbol_table::symbol_record * token::sym_rec | ( | void | ) |
std::string token::text | ( | void | ) |
std::string token::text_rep | ( | void | ) |
struct { ... } token::mc |
struct { ... } token::sc |