forked from jasder/antlr
using wrong map class
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9767]
This commit is contained in:
parent
dff466be66
commit
353ddc6c2b
|
@ -30,11 +30,11 @@
|
|||
package org.antlr.v4.tool;
|
||||
|
||||
import org.antlr.runtime.*;
|
||||
import org.antlr.runtime.misc.DoubleKeyMap;
|
||||
import org.antlr.runtime.tree.Tree;
|
||||
import org.antlr.runtime.tree.TreeVisitor;
|
||||
import org.antlr.runtime.tree.TreeVisitorAction;
|
||||
import org.antlr.v4.Tool;
|
||||
import org.antlr.v4.misc.DoubleKeyMap;
|
||||
import org.antlr.v4.parse.*;
|
||||
import org.antlr.v4.tool.ast.*;
|
||||
|
||||
|
|
Loading…
Reference in New Issue