Ejemplo n.º 1
0
 override public void ExitSingle_rule(Single_ruleContext ctx)
 {
     this.rule.setCondition(this.logicalExpressions.Pop());
     this.ruleSet.addRule(this.rule);
     this.rule = null;
 }
Ejemplo n.º 2
0
 override public void EnterSingle_rule(Single_ruleContext ctx)
 {
     this.rule = new Rule();
 }