forked from jasder/antlr
tweak
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 6898]
This commit is contained in:
parent
c9ae2330e0
commit
b1c3e8d0d7
|
@ -177,7 +177,7 @@ public class PDABytecodeGenerator extends TreeParser {
|
|||
AltAST altAST = (AltAST)alt;
|
||||
if ( altAST.getChildCount()==1 ) {
|
||||
Tree e = altAST.getChild(0);
|
||||
if ( e.getChildCount()==0 && e.getType()==ANTLRParser.WILDCARD ) {
|
||||
if ( e.getType()==ANTLRParser.WILDCARD ) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue