Package net.sf.laja.parser.template

Examples of net.sf.laja.parser.template.GrammarData


  private List<Varclass> varclassList;
 
  public GeneratorResult(String grammarName, Grammar grammar, List<Output> outputList,
        List<Statement> statementList, Set<Outputvar> outputVars,
        List<Ref> refList, List<Out> outList, List<Varclass> varclassList) {
    this.grammarData = new GrammarData(grammar, grammarName, refList);
    this.outputList = outputList;
    this.statementList = statementList;
    this.outputVars = outputVars;
    this.refList = refList;
    this.outList = outList;
View Full Code Here

TOP

Related Classes of net.sf.laja.parser.template.GrammarData

Copyright © 2018 www.massapicom. 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.