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