#include <java_lexer.h>
Inheritance diagram for JavaLexer::
Public Methods | |
JavaLexer (JavaFile in, JavaFile out, std::string current_dir="") | |
~JavaLexer () | |
value_type | getType () const |
ref< value > | duplicate () |
ref< value > | lookup (std::string const &identifier) |
ref< value > | callMethod (std::string const &identifier, parameter_list const ¶meters) |
Private Types | |
typedef value_with_methods | super |
Private Attributes | |
Lexer * | lexer |
std::string | error |
bool | valid |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|