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

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

Introduction

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

The text is from its open source code.

Field

intARRAY_ELEMENT
A type path step that steps into the element type of an array type.
intINNER_TYPE
A type path step that steps into the nested type of a class type.
intWILDCARD_BOUND
A type path step that steps into the bound of a wildcard type.
intTYPE_ARGUMENT
A type path step that steps into a type argument of a generic type.

Method

intgetLength()
Returns the length of this path, i.e.
intgetStep(final int index)
Returns the value of the given step of this path.
intgetStepArgument(final int index)
Returns the index of the type argument that the given step is stepping into.