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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DLCONST.java62 * LCONST - Push 0 or 1, other values cause an exception
68 public class LCONST extends Instruction class in inherits:Instruction,ConstantPushInstruction,TypedInstruction
76 LCONST() {} method in class:LCONST
78 public LCONST(long l) { method in class:LCONST
86 throw new ClassGenException("LCONST can be used only for 0 and 1: " + l);

Completed in 34 milliseconds