#include <j2s_word.h>
Inheritance diagram for j2s_LocalVariable:
Public Methods | |
j2s_LocalVariable (j2s_LocalVariable* lv) | |
j2s_LocalVariable (jhl_Array<jhl_LocalVariable>* lv_attr, jhl_u4 ci, jhl_u2 lv_index, jhl_FieldType *ft, bool hi_entry= false) | |
j2s_LocalVariable (jhl_Array<jhl_LocalVariable>* lv_attr, jhl_u4 ci, jhl_u2 lv_index, type_kind k, bool hi_entry= false) | |
j2s_LocalVariable (jhl_Array<jhl_LocalVariable>* lv_attr, jhl_u4 ci, jhl_u2 lv_index, jhl_ArrayclassOrUnitType* ref) | |
virtual | ~j2s_LocalVariable () |
bool | hi_entry () const |
bool | merge (jhl_ArrayclassOrUnitType* ref) |
bool | merge (j2s_LocalVariable* localvar, bool ret_merge= false) |
Friends | |
ostream& | operator<< (ostream& os, j2s_LocalVariable* v) |
class | j2s_CodegenVisitor |
|
|
|
|
|
|
|
|
|
|