Top Description Constructors Methods
com.sun.org.apache.bcel.internal.generic

public Class DLOAD

extends LoadInstruction
Class Inheritance

DLOAD - Load double from local variable
Stack ... -> ..., result.word1, result.word2

Constructor Summary

AccessConstructor and Description
pack-priv
DLOAD()

Empty constructor needed for Instruction.readInstruction.

public
DLOAD(final int
index of local variable
n
)

Load double from local variable

Method Summary

Modifier and TypeMethod and Description
public void
accept(final Visitor
Visitor object
v
)

Overrides com.sun.org.apache.bcel.internal.generic.LoadInstruction.accept.

Call corresponding visitor method(s).

Constructor Detail

DLOADback to summary
pack-priv DLOAD()

Empty constructor needed for Instruction.readInstruction. Not to be used otherwise.

DLOADback to summary
public DLOAD(final int n)

Load double from local variable

Parameters
n:int

index of local variable

Method Detail

acceptback to summary
public void accept(final Visitor v)

Overrides com.sun.org.apache.bcel.internal.generic.LoadInstruction.accept.

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.

Parameters
v:Visitor

Visitor object

Annotations
@Override