Package org.rascalmpl.library.experiments.Compiler.RVM.Interpreter.Instructions

Examples of org.rascalmpl.library.experiments.Compiler.RVM.Interpreter.Instructions.LoadLoc8


    case 3: return add(new LoadLoc3(this));
    case 4: return add(new LoadLoc4(this));
    case 5: return add(new LoadLoc5(this));
    case 6: return add(new LoadLoc6(this));
    case 7: return add(new LoadLoc7(this));
    case 8: return add(new LoadLoc8(this));
    case 9: return add(new LoadLoc9(this));
    default:
      return add(new LoadLoc(this, pos));
    }
  }
View Full Code Here

TOP

Related Classes of org.rascalmpl.library.experiments.Compiler.RVM.Interpreter.Instructions.LoadLoc8

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.