Example usage for org.objectweb.asm.commons Method subclass-usage

List of usage examples for org.objectweb.asm.commons Method subclass-usage

Introduction

In this page you can find the example usage for org.objectweb.asm.commons Method subclass-usage.

Usage

From source file com.mogujie.instantrun.InstantMethod.java

/**
 * The class hold oriDesc and owner.
 *
 * @author wangzhi
 */
public class InstantMethod extends Method {

From source file org.kjots.json.object.GenericMethod.java

/**
 * Generic Method.
 * <p>
 * Created: 11th April 2010.
 *
 * @author <a href="mailto:kjots@kjots.org">Karl J. Ots &lt;kjots@kjots.org&gt;</a>