net.sf.rej.java.constantpool
Interface DescriptorEnabled

All Known Implementing Classes:
Field, LocalVariable, Method, NameAndTypeInfo

public interface DescriptorEnabled

Interface for all classes that allow querying and updating an index to the constantpool which defines the descriptor for the object in question.

Author:
Sami Koivu

Method Summary
 int getDescriptorIndex()
           
 void setDescriptorIndex(int index)
           
 

Method Detail

getDescriptorIndex

int getDescriptorIndex()

setDescriptorIndex

void setDescriptorIndex(int index)