summaryrefslogtreecommitdiff
path: root/typecheck/library/TypeEnum.java
diff options
context:
space:
mode:
Diffstat (limited to 'typecheck/library/TypeEnum.java')
-rw-r--r--typecheck/library/TypeEnum.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/typecheck/library/TypeEnum.java b/typecheck/library/TypeEnum.java
new file mode 100644
index 0000000..be6cab2
--- /dev/null
+++ b/typecheck/library/TypeEnum.java
@@ -0,0 +1,5 @@
+package typecheck.library;
+
+public enum TypeEnum {
+ classname, int_array, bool, integer, CHECK, ERROR
+}