1 2 3 4 5
package typecheck.library; public enum TypeEnum { classname, int_array, bool, integer, CHECK, ERROR }