From 79ee129fc0d36ad10bceb942262f2842419c030c Mon Sep 17 00:00:00 2001 From: bjculkin Date: Mon, 27 Feb 2017 10:08:50 -0500 Subject: Pacakge reorganization --- .../src/bjc/dicelang/ast/IOperatorCollapser.java | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 dice-lang/src/bjc/dicelang/ast/IOperatorCollapser.java (limited to 'dice-lang/src/bjc/dicelang/ast/IOperatorCollapser.java') diff --git a/dice-lang/src/bjc/dicelang/ast/IOperatorCollapser.java b/dice-lang/src/bjc/dicelang/ast/IOperatorCollapser.java deleted file mode 100644 index b2fab79..0000000 --- a/dice-lang/src/bjc/dicelang/ast/IOperatorCollapser.java +++ /dev/null @@ -1,20 +0,0 @@ -package bjc.dicelang.ast; - -import java.util.function.Function; - -import bjc.utils.data.IPair; -import bjc.utils.data.ITree; -import bjc.utils.funcdata.IList; - -import bjc.dicelang.ast.nodes.IDiceASTNode; - -/** - * Alias for operator collapsers. Because 68-char types are too long - * - * @author ben - * - */ -public interface IOperatorCollapser extends - Function>>, IPair>> { - // Just an alias -} -- cgit v1.2.3