Class Handle

java.lang.Object
org.eclipse.sisu.space.asm.Handle

final class Handle extends Object
A reference to a field or a method.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final String
    The descriptor of the field or method designated by this handle.
    (package private) final String
    The name of the field or method designated by this handle.
    (package private) final String
    The internal name of the class that owns the field or method designated by this handle.
    (package private) final int
    The kind of field or method designated by this Handle.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Handle(int tag, String owner, String name, String desc)
    Constructs a new field or method handle.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    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
     
    Returns the textual representation of this handle.

    Methods inherited from class java.lang.Object

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