org.apache.bcel.generic
public class DMUL extends ArithmeticInstruction
Stack: ..., value1.word1, value1.word2, value2.word1, value2.word2 ->..., result.word1, result.word2
Version: $Id: DMUL.java 152690 2001-10-29 19:59:54Z jvanzyl $
Constructor Summary | |
---|---|
DMUL() Multiply doubles |
Method Summary | |
---|---|
void | accept(Visitor v)
Call corresponding visitor method(s). |
Parameters: v Visitor object