org.siebengeisslein.pclass.expression
Class CastOpcodeFactory

java.lang.Object
  extended by org.siebengeisslein.pclass.expression.CastOpcodeFactory

public class CastOpcodeFactory
extends java.lang.Object


Constructor Summary
CastOpcodeFactory()
           
 
Method Summary
static int getCastOpcode(PType from, PType to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CastOpcodeFactory

public CastOpcodeFactory()
Method Detail

getCastOpcode

public static int getCastOpcode(PType from,
                                PType to)