21 lines
675 B
C++
21 lines
675 B
C++
// ATT: version also must be changed when changing instruction names
|
|
#define KEYWORD_VERSION 1
|
|
//-------------
|
|
// command aliases for backward (to 1.0) compatibility
|
|
//
|
|
"int2byte", "int2char", "int2short", "invokenonvirtual",
|
|
"ret_w",
|
|
//-------------
|
|
// keywords
|
|
//
|
|
"from", "method", "to", "is", "using", "signature", "field", "use",
|
|
"stack", "offset", "locals", "default", "inner", "outer", "class",
|
|
|
|
"public", "private", "protected", "static", "final", "synchronized",
|
|
"volatile", "transient", "native", "interface", "abstract",
|
|
|
|
"annotation", "enum", "bridge", "varargs", "fpstrict", "synthetic",
|
|
"visible", "invisible", "visibleparam", "invisibleparam",
|
|
|
|
//-------------
|