#include "basicnodes/basic.h"
#include "suifnodes/suif.h"
#include "osuifnodes/osuif.h"
#include "j2snodes/j2s.h"
Functions | |
bool | is_public (Symbol* sym) |
bool | is_protected (Symbol* sym) |
bool | is_private (Symbol* sym) |
bool | is_final (Symbol* sym) |
bool | is_abstract (Symbol* sym) |
bool | is_synchronized (Symbol* sym) |
bool | is_native (Symbol* sym) |
bool | is_volatile (Symbol* sym) |
bool | is_transient (Symbol* sym) |
bool | is_public (ClassType* ctype) |
bool | is_final (ClassType* ctype) |
bool | is_abstract (ClassType* ctype) |
bool | is_constructor (JavaInstanceMethodSymbol* msym) |
bool | is_no_args_constructor (JavaInstanceMethodSymbol* msym) |
Variables | |
LString | k_attribute_public |
LString | k_attribute_protected |
LString | k_attribute_private |
LString | k_attribute_final |
LString | k_attribute_abstract |
LString | k_attribute_synchronized |
LString | k_attribute_native |
LString | k_attribute_volatile |
LString | k_attribute_transient |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|