diff options
author | bd-912 <bdunahu@colostate.edu> | 2024-04-26 18:23:59 -0600 |
---|---|---|
committer | bd-912 <bdunahu@colostate.edu> | 2024-04-26 18:23:59 -0600 |
commit | 289a419681bfde1edd91a695ca97116a57d62433 (patch) | |
tree | 2eb1c3918e6f3da4249bbf31d4abd0b31018b008 /st/TypeEnum.java | |
parent | 7c6c79a437a4c1e7cf85964d005a3cdeb59809f1 (diff) |
Implemented some basic HeatVisitor rules
Diffstat (limited to 'st/TypeEnum.java')
-rw-r--r-- | st/TypeEnum.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/st/TypeEnum.java b/st/TypeEnum.java index f6fc6ae..e469828 100644 --- a/st/TypeEnum.java +++ b/st/TypeEnum.java @@ -1,5 +1,5 @@ package st; public enum TypeEnum { - classname, method, intarray, bool, integer, CHECK, ERROR + classname, method, intarray, bool, integer } |