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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionFactory.java336 private static final ArithmeticInstruction createBinaryDoubleOp(char op) { method in class:InstructionFactory
361 case Constants.T_DOUBLE: return createBinaryDoubleOp(first);

Completed in 40 milliseconds