Searched defs:i_position (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionHandle.java86 protected int i_position = -1; // byte code offset of instruction field in class:InstructionHandle
154 i_position += offset;
162 public int getPosition() { return i_position; }
167 void setPosition(int pos) { i_position = pos; }
183 i_position = -1;
233 return Utility.format(i_position, 4, false, ' ') + ": " + instruction.toString(verbose);

Completed in 30 milliseconds