X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fjs%2FJSU.java;fp=src%2Forg%2Fibex%2Fjs%2FJSU.java;h=9fa3630f46c8e27ea8da6d0bad46aa558dc754d5;hb=55be062f7146f8ca2899e1234e4546a0756520ee;hp=a20d075767f1142e0c1ce159a2cb5a0a8b98a6d7;hpb=404a953676d6b3bfcd122a42c1d4ea0d8ffb4f74;p=org.ibex.js.git diff --git a/src/org/ibex/js/JSU.java b/src/org/ibex/js/JSU.java index a20d075..9fa3630 100644 --- a/src/org/ibex/js/JSU.java +++ b/src/org/ibex/js/JSU.java @@ -2,12 +2,16 @@ package org.ibex.js; import java.io.Reader; import java.io.IOException; +import java.io.InputStream; import org.ibex.util.*; public class JSU { public static final JS[] emptyArgs = new JS[] { }; + // FIXME + public static InputStream getInputStream(JS j) { return null; } + /** returns a Pausable which will restart the context; * expects a value to be pushed onto the stack when unpaused. */ public static Pausable pause() throws Pausable.NotPausableException {