forked from jasder/antlr
rm cmt'd out prints
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9825]
This commit is contained in:
parent
7d68546dbe
commit
78c7c254a0
|
@ -161,7 +161,6 @@ RuleFunction(currentRule,code,locals,ruleCtx,altLabelCtxs,namedActions,finallyAc
|
|||
<if(currentRule.modifiers)><currentRule.modifiers:{f | <f> }><else>public final <endif><currentRule.ctxType> <currentRule.name>(<currentRule.args; separator=",">) throws RecognitionException {
|
||||
<currentRule.ctxType> _localctx = new <currentRule.ctxType>(_ctx, <currentRule.startState><currentRule.args:{a | , <a.name>}>);
|
||||
enterRule(_localctx, RULE_<currentRule.name>);
|
||||
//System.out.println("enter "+ruleNames[RULE_<currentRule.name>]+", LT(1)="+_input.LT(1).getText());
|
||||
<namedActions.init>
|
||||
<locals; separator="\n">
|
||||
try {
|
||||
|
@ -177,7 +176,6 @@ RuleFunction(currentRule,code,locals,ruleCtx,altLabelCtxs,namedActions,finallyAc
|
|||
finally {
|
||||
<finallyAction>
|
||||
exitRule(RULE_<currentRule.name>);
|
||||
// System.out.println("exit "+ruleNames[RULE_<currentRule.name>]);
|
||||
}
|
||||
return _localctx;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue