update
This commit is contained in:
20
idasdk75/module/java/jas_rw.cc
Normal file
20
idasdk75/module/java/jas_rw.cc
Normal file
@@ -0,0 +1,20 @@
|
||||
// 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",
|
||||
|
||||
//-------------
|
||||
Reference in New Issue
Block a user