コード例 #1
0
ファイル: Code.java プロジェクト: x3ro/tinyos-legacy
 public void putstatic(String c, String name, String type) throws IOException {
   putstatic(pool.Fieldref(c, name, type));
 }
コード例 #2
0
ファイル: Code.java プロジェクト: x3ro/tinyos-legacy
 public void getfield(String c, String name, String type) throws IOException {
   getfield(pool.Fieldref(c, name, type));
 }