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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionFactory.java309 private static final ArithmeticInstruction createBinaryLongOp(char first, String op) { method in class:InstructionFactory
359 case Constants.T_LONG: return createBinaryLongOp(first, op);

Completed in 29 milliseconds