forked from jasder/antlr
reorg
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6860]
This commit is contained in:
parent
4cd721efa9
commit
01002decf7
|
@ -8,7 +8,7 @@ import java.util.ArrayList;
|
|||
import java.util.List;
|
||||
|
||||
/** */
|
||||
public class LL1OptionalBlockSingleAlt extends LL1OptionalBlock {
|
||||
public class LL1OptionalBlockSingleAlt extends LL1Choice {
|
||||
public Object expr;
|
||||
public LL1OptionalBlockSingleAlt(CodeGenerator gen, GrammarAST blkAST, List<CodeBlock> alts) {
|
||||
super(gen, blkAST, alts);
|
||||
|
|
Loading…
Reference in New Issue