Package lupos.rif.generated.syntaxtree

Examples of lupos.rif.generated.syntaxtree.RIFClause.accept()


      for (final INode node : ((List<INode>) seq.get(1).accept(this, rule)))
        rule.addVariable((RuleVariable) node.accept(this, rule));
      clause = (RIFClause) seq.get(3);
    } else
      clause = (RIFClause) n.f0.choice;
    clause.accept(this, rule);
    return rule;
  }

  public Object visit(final RIFClause n, final IRuleNode argu) {
    final Rule parent = (Rule) argu;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.