org.siebengeisslein.pclass
Class BinaryOpCodeGeneratorFactory

java.lang.Object
  extended by org.siebengeisslein.pclass.BinaryOpCodeGeneratorFactory

public class BinaryOpCodeGeneratorFactory
extends java.lang.Object


Constructor Summary
BinaryOpCodeGeneratorFactory()
           
 
Method Summary
static BinaryOpCodeGenerator get(java.lang.String operator, PType operand1, PType operand2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryOpCodeGeneratorFactory

public BinaryOpCodeGeneratorFactory()
Method Detail

get

public static BinaryOpCodeGenerator get(java.lang.String operator,
                                        PType operand1,
                                        PType operand2)