IntegerOperatorType.java :  » Math » migen » uk » ac » lkl » migen » type » Java Open Source

Java Open Source » Math » migen 
migen » uk » ac » lkl » migen » type » IntegerOperatorType.java
package uk.ac.lkl.migen.type;

import uk.ac.lkl.common.util.expression.Operator;
import uk.ac.lkl.common.util.reflect.GenericClass;
import uk.ac.lkl.common.util.value.IntegerValue;

public class IntegerOperatorType extends
  GenericClass<Operator<IntegerValue, IntegerValue>> {

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.