Searched refs:pmg_index (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DPMGClass.java73 private int pmg_class_index, pmg_index; field in class:PMGClass
105 public PMGClass(int name_index, int length, int pmg_index, int pmg_class_index, argument
109 this.pmg_index = pmg_index;
133 file.writeShort(pmg_index);
152 public final int getPMGIndex() { return pmg_index; }
157 public final void setPMGIndex(int pmg_index) { argument
158 this.pmg_index = pmg_index;
165 ConstantUtf8 c = (ConstantUtf8)constant_pool.getConstant(pmg_index,
[all...]

Completed in 118 milliseconds