Home | History | Annotate | Download | only in statics

Lines Matching refs:LDC2_W

77 import org.apache.bcel.generic.LDC2_W;
559 // LDC2_W
561 public void visitLDC2_W(final LDC2_W o) {
566 constraintViolated(o, "Operand of LDC2_W must be CONSTANT_Long or CONSTANT_Double, but is '"+c+"'.");
572 throw new AssertionViolatedException("OOPS: Does not BCEL handle that? LDC2_W operand has a problem.", e);