Java org.objectweb.asm Handle fields, constructors, methods, implement or subclass

Example usage for Java org.objectweb.asm Handle fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.objectweb.asm Handle.

The text is from its open source code.

Field

booleanisInterface
Whether the owner is an interface or not.

Constructor

Method

StringgetDesc()
Returns the descriptor of the field or method designated by this handle.
StringgetName()
Returns the name of the field or method designated by this handle.
StringgetOwner()
Returns the internal name of the class that owns the field or method designated by this handle.
intgetTag()
Returns the kind of field or method designated by this handle.
inthashCode()