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