jellyj.classfile.classgen
Class DRETURN

jellyj.classfile.classgen.Instruction
  |
  +--jellyj.classfile.classgen.DRETURN

public class DRETURN
extends Instruction

DRETURN - Return double from method Stack: ..., value.word1, value.word2 ->

Author:
JellyJ Design Group

Constructor Summary
DRETURN()
           

Methods inherited from class jellyj.classfile.classgen.Instruction
consumeStack, copy, dump, getLength, getPosition, getTag, produceStack, readInstruction, setPosition, toString

Constructor Detail

DRETURN

public DRETURN()