jellyj.classfile.classgen
Class D2L

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

public class D2L
extends Instruction

D2L - Convert double to long Stack: ..., value.word1, value.word2 -> ..., result.word1, result.word2

Author:
JellyJ Design Group

Constructor Summary
D2L()
           

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

Constructor Detail

D2L

public D2L()