Package org.rascalmpl.interpreter.staticErrors

Examples of org.rascalmpl.interpreter.staticErrors.UnsupportedSlice


          .indexOutOfBounds((IInteger) first.getValue(),
              __eval.__getEval().getCurrentAST(), __eval
              .__getEval().getStackTrace());
        }
      } else {
        throw new UnsupportedSlice(rec.getType(), this);
        // TODO implement other slices
      }

      return __eval.recur(this, result);
    }
View Full Code Here


          .indexOutOfBounds((IInteger) first.getValue(),
              __eval.__getEval().getCurrentAST(), __eval
              .__getEval().getStackTrace());
        }
      } else {
        throw new UnsupportedSlice(rec.getType(), this);
        // TODO implement other slices
      }

      return __eval.recur(this, result);
    }
View Full Code Here

TOP

Related Classes of org.rascalmpl.interpreter.staticErrors.UnsupportedSlice

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.