Stack ... -> ..., result.word1, result.word2
Access | Constructor and Description |
---|---|
pack-priv | |
public |
Modifier and Type | Method and Description |
---|---|
public void | accept(final Visitor
Visitor object v)Overrides com. |
DLOAD | back to summary |
---|---|
pack-priv DLOAD() Empty constructor needed for Instruction.readInstruction. Not to be used otherwise. |
DLOAD | back to summary |
---|---|
public DLOAD(final int n) Load double from local variable
|
accept | back to summary |
---|---|
public void accept(final Visitor v) Overrides com. Call corresponding visitor method(s). The order is: Call visitor methods of implemented interfaces first, then call methods according to the class hierarchy in descending order, i.e., the most specific visitXXX() call comes last. |