Class ConstantMethodref

All Implemented Interfaces:
Cloneable, Node

public final class ConstantMethodref extends ConstantCP
This class represents a constant pool reference to a method.
Version:
$Id: ConstantMethodref.java,v 1.5 2009/09/16 00:43:49 aclement Exp $
Author:
M. Dahm
  • Constructor Details

    • ConstantMethodref

      public ConstantMethodref(int class_index, int name_and_type_index)
  • Method Details