Example usage for org.objectweb.asm.tree FieldNode subclass-usage

List of usage examples for org.objectweb.asm.tree FieldNode subclass-usage

Introduction

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

Usage

From source file com.datatorrent.stram.webapp.asm.FieldNode.java

/**
 * A {@link org.objectweb.asm.tree.MethodNode} implementation to parse method signature as well
 *
 * @since 2.1
 */
public class FieldNode extends org.objectweb.asm.tree.FieldNode {

From source file com.facebook.buck.java.abi.FieldMirror.java

/**
 * Represents a field within a class being stubbed. This is essentially a {@link FieldNode} with the
 * difference being that it implements {@link java.lang.Comparable}.
 */
class FieldMirror extends FieldNode implements Comparable<FieldMirror> {

From source file com.facebook.buck.jvm.java.abi.FieldMirror.java

/**
 * Represents a field within a class being stubbed. This is essentially a {@link FieldNode} with the
 * difference being that it implements {@link java.lang.Comparable}.
 */
class FieldMirror extends FieldNode implements Comparable<FieldMirror> {