Searched defs:ICONST (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/ | ||
H A D | ICONST.java | 62 * ICONST - Push value between -1, ..., 5, other values cause an exception 68 public class ICONST extends Instruction class in inherits:Instruction,ConstantPushInstruction,TypedInstruction 76 ICONST() {} method in class:ICONST 78 public ICONST(int i) { method in class:ICONST 84 throw new ClassGenException("ICONST can be used only for value between -1 and 5: " + |
Completed in 65 milliseconds