类 Handle

java.lang.Object
cn.taketoday.bytecode.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 descriptor)
    Constructs a new field or method handle.
    Handle(int tag, String owner, String name, String descriptor, boolean isInterface)
    Constructs a new field or method handle.
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    equals(Object object)
     
    Returns the descriptor of the field or method designated by this handle.
    Returns the name of the field or method designated by this handle.
    Returns the internal name 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
     
    boolean
    Returns true if the owner of the field or method designated by this handle is an interface.
    Returns the textual representation of this handle.

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

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