jef.dna.constantInfo
Interface ConstMethod

All Superinterfaces:
java.lang.Cloneable, ConstantInfo, ConstField
All Known Implementing Classes:
ConstantMethod

public interface ConstMethod
extends ConstField

This interface has to be implemented by those classes representing a CONSTANT_Methodref_info structure. The CONSTANT_Methodref_info structure is used to represent methods.

Concrete classes implementing this interface have to tag with the @RefersToCpInfo annotation their private fields representing the following information:

1. class_index 2. name_and_type_index

Author:
Francesco Russo frusso@dev.java.net

Method Summary
 
Methods inherited from interface jef.dna.constantInfo.ConstField
getClassIndex, getNameAndTypeIndex, setClassIndex, setNameAndTypeIndex
 
Methods inherited from interface jef.dna.constantInfo.ConstantInfo
clone, fromStream, getCpt, getTag, getType, setCpt, setTag, toStream, updateRefs, validate