summaryrefslogtreecommitdiff
path: root/typecheck/library/TypeEnum.java
blob: be6cab236d6fa745f2f854e8bd44c242ad2ee66f (plain)
1
2
3
4
5
package typecheck.library;

public enum TypeEnum {
    classname, int_array, bool, integer, CHECK, ERROR
}