#include <java_file.h>
Inheritance diagram for JavaFile::
Public Methods | |
JavaFile () | |
JavaFile (std::string name, std::string mode, bool nocreate=false, bool real=true) | |
JavaFile (const JavaFile &f) | |
JavaFile (const SimpleFile &f) | |
JavaFile (const File &f) | |
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) |
SimpleFile | get_file () const |
Private Types | |
typedef value_with_methods | super |
Private Attributes | |
SimpleFile | file |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|