Class Handle

java.lang.Object
io.ebean.enhance.asm.Handle

public final class Handle
extends Object
A reference to a field or a method.
Author:
Remi Forax, Eric Bruneton
  • Constructor Summary

    Constructors
    Constructor Description
    Handle​(int tag, String owner, String name, String descriptor)
    Deprecated.
    this constructor has been superseded by Handle(int, String, String, String, boolean).
    Handle​(int tag, String owner, String name, String descriptor, boolean isInterface)
    Constructs a new field or method handle.
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(Object object)  
    String getDesc()
    Returns the descriptor of the field or method designated by this handle.
    String getName()
    Returns the name of the field or method designated by this handle.
    String getOwner()
    Returns the internal name of the class that owns the field or method designated by this handle.
    int getTag()
    Returns the kind of field or method designated by this handle.
    int hashCode()  
    boolean isInterface()
    Returns true if the owner of the field or method designated by this handle is an interface.
    String toString()
    Returns the textual representation of this handle.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait