#include <java_tag.h>
Inheritance diagram for JavaLine::
Public Methods | |
JavaLine () | |
JavaLine (const std::string line) | |
JavaLine (const SimpleLine line) | |
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) |
SimpleLine | get_line () const |
Private Types | |
typedef value_with_methods | super |
Private Attributes | |
SimpleLine | line |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|