Examples of NotYetImplemented


Examples of org.rascalmpl.interpreter.asserts.NotYetImplemented

  /**
   * Recursively build a back-tracking data-structure, use getBacktracker if you are just a client of IBooleanResult
   */
  public IBooleanResult buildBacktracker(IEvaluatorContext eval) {
    System.err.println("ambiguity at " + getLocation());
    throw new NotYetImplemented(this);
  }
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.