public interface LinearTypeOrder
boolean lessThan(Type t1, Type t2)
t1 - type to comparet2 - type to comparetrue iff t1 is less than t2 in this order.boolean lessThan(int t1,
int t2)
t1 - type to comparet2 - type to comparetrue iff t1 is less than t2 in this order.int[] getOrder()
Copyright © 2015. All rights reserved.