java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.CKeyword |
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CKeyword | ABSTRACT | ||||||||||
CKeyword | ASSERT | ||||||||||
CKeyword | BOOLEAN | ||||||||||
CKeyword | BREAK | ||||||||||
CKeyword | BYTE | ||||||||||
CKeyword | CASE | ||||||||||
CKeyword | CATCH | ||||||||||
CKeyword | CHAR | ||||||||||
CKeyword | CLASS | ||||||||||
CKeyword | CONST | ||||||||||
CKeyword | CONTINUE | ||||||||||
CKeyword | DEFAULT | ||||||||||
CKeyword | DO | ||||||||||
CKeyword | DOUBLE | ||||||||||
CKeyword | ELSE | ||||||||||
CKeyword | ENUM | ||||||||||
CKeyword | EXTENDS | ||||||||||
CKeyword | FALSE | ||||||||||
CKeyword | FINAL | ||||||||||
CKeyword | FINALLY | ||||||||||
CKeyword | FLOAT | ||||||||||
CKeyword | FOR | ||||||||||
CKeyword | GOTO | ||||||||||
CKeyword | IF | ||||||||||
CKeyword | IMPLEMENTS | ||||||||||
CKeyword | IMPORT | ||||||||||
CKeyword | INSTANCEOF | ||||||||||
CKeyword | INT | ||||||||||
CKeyword | INTERFACE | ||||||||||
CKeyword | LONG | ||||||||||
CKeyword | NATIVE | ||||||||||
CKeyword | NEW | ||||||||||
CKeyword | NULL | ||||||||||
CKeyword | PACKAGE | ||||||||||
CKeyword | PRIVATE | ||||||||||
CKeyword | PROTECTED | ||||||||||
CKeyword | PUBLIC | ||||||||||
CKeyword | RETURN | ||||||||||
CKeyword | SHORT | ||||||||||
CKeyword | STATIC | ||||||||||
CKeyword | STRICTFP | ||||||||||
CKeyword | SUPER | ||||||||||
CKeyword | SWITCH | ||||||||||
CKeyword | SYNCHRONIZED | ||||||||||
CKeyword | THIS | ||||||||||
CKeyword | THROW | ||||||||||
CKeyword | THROWS | ||||||||||
CKeyword | TRANSIENT | ||||||||||
CKeyword | TRUE | ||||||||||
CKeyword | TRY | ||||||||||
CKeyword | VIRTUAL | ||||||||||
CKeyword | VOID | ||||||||||
CKeyword | VOLATILE | ||||||||||
CKeyword | WHILE |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static void | appendAccessKeyword(COutputSink out, CKeyword keyword) | ||||||||||
static void | generateAccessFlags(COutputSink out, int f, int add_final_space, CEntityType etype) | ||||||||||
static void | generateClassAccessFlags(COutputSink out, int f, int add_final_space) | ||||||||||
static void | generateFieldAccessFlags(COutputSink out, int f, int add_final_space) | ||||||||||
static void | generateMethodAccessFlags(COutputSink out, int f, int add_final_space) | ||||||||||
static CKeyword | valueOf(String name) | ||||||||||
final static CKeyword[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
f | flags, as defined in CFlags |
---|---|
add_final_space | 1=append a trailing space; -1=append a trailing space only if the access flags string is not empty; 0=no final space |
etype | the type entity that these access flags apply to |