diff options
| author | geno <gabriele.genovese2@studio.unibo.it> | 2024-06-27 18:49:56 +0000 |
|---|---|---|
| committer | geno <gabriele.genovese2@studio.unibo.it> | 2024-06-27 18:49:56 +0000 |
| commit | fd85e9980c0305c6dfb91aaeb199430a89163c3e (patch) | |
| tree | 724d7184c11ad3acb8a8b0d2e15f1922f5b36059 /src/ast/types/ContinueBreakType.java | |
| parent | 4898724edf343650ffb80792caf9e242e5843059 (diff) | |
fixed comp_for and added reseved word type
Diffstat (limited to 'src/ast/types/ContinueBreakType.java')
| -rw-r--r-- | src/ast/types/ContinueBreakType.java | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/ast/types/ContinueBreakType.java b/src/ast/types/ContinueBreakType.java deleted file mode 100644 index dfcf1f2..0000000 --- a/src/ast/types/ContinueBreakType.java +++ /dev/null @@ -1,10 +0,0 @@ -package ast.types; - -/** - * A type for the continue and break statements. - */ -public class ContinueBreakType extends Type { - public String toPrint(String prefix) { - return prefix + "ContinueBreak\n"; - } -} |
