List of usage examples for org.objectweb.asm.tree FieldNode subclass-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> {