FileDocCategorySizeDatePackage
JConstantInterfaceMethodRef.javaAPI DocphoneME MR2 API (J2ME)1412Wed May 02 18:00:40 BST 2007com.sun.satsa.jcrmic.classfile.constants

JConstantInterfaceMethodRef

public class JConstantInterfaceMethodRef extends JConstantMethodRef
This class represents a symbolic reference to an interface method.

Fields Summary
Constructors Summary
public JConstantInterfaceMethodRef(JConstantPool cp)
Constructor.

param
cp constant pool reference

        super(cp);
    
Methods Summary