Package org.rascalmpl.parser.gtd.location

Examples of org.rascalmpl.parser.gtd.location.PositionStore


  private boolean printTimes = false;
 
  public SGTDBF(){
    super();
   
    positionStore = new PositionStore();
   
    stacksToExpand = new Stack<AbstractStackNode<P>>();
    stacksWithNonTerminalsToReduce = new DoubleStack<AbstractStackNode<P>, AbstractContainerNode<P>>();
   
    cachedEdgesForExpect = new HashMap<String, EdgesSet<P>>();
View Full Code Here

TOP

Related Classes of org.rascalmpl.parser.gtd.location.PositionStore

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.