Esempio n. 1
0
 public void putstatic(String c, String name, String type) throws IOException {
   putstatic(pool.Fieldref(c, name, type));
 }
Esempio n. 2
0
 public void getfield(String c, String name, String type) throws IOException {
   getfield(pool.Fieldref(c, name, type));
 }