Returns the kind of field or method designated by this handle. @return Opcodes#H_GETFIELD, Opcodes#H_GETSTATIC, Opcodes#H_PUTFIELD, Opcodes#H_PUTSTATIC, Opcodes#H_INVOKEVIRTUAL, Opcodes#H_INVOKESTATIC, Opcodes#H_INVOKESPECIAL, {@link
()
| 112 | * Opcodes#H_NEWINVOKESPECIAL} or {@link Opcodes#H_INVOKEINTERFACE}. |
| 113 | */ |
| 114 | public int getTag() { |
| 115 | return tag; |
| 116 | } |
| 117 | |
| 118 | /** |
| 119 | * Returns the internal name of the class that owns the field or method designated by this handle. |
no outgoing calls
no test coverage detected