类 Handle

java.lang.Object
org.beetl.ow2.asm.Handle

public final class Handle extends Object
A reference to a field or a method.
作者:
Remi Forax, Eric Bruneton
  • 构造器概要

    构造器
    构造器
    说明
    Handle(int tag, String owner, String name, String desc)
    Constructs a new field or method handle.
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
     
    Returns the descriptor of the field or method designated by this handle.
    Returns the className of the field or method designated by this handle.
    Returns the internal className of the class that owns the field or method designated by this handle.
    int
    Returns the kind of field or method designated by this handle.
    int
     
    Returns the textual representation of this handle.

    从类继承的方法 java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait