public class Javascript extends Object
| Modifier and Type | Method and Description | 
|---|---|
static org.mozilla.javascript.Scriptable | 
newEngine()  | 
static Triple<AstModel,Scope,Objective[]> | 
readModel(File in)  | 
static Triple<AstModel,Scope,Objective[]> | 
readModel(File in,
                  org.mozilla.javascript.Scriptable engine)  | 
static Triple<AstModel,Scope,Objective[]> | 
readModel(Reader in)  | 
static Triple<AstModel,Scope,Objective[]> | 
readModel(String in)  | 
static Triple<AstModel,Scope,Objective[]> | 
readModel(String name,
                  File in,
                  org.mozilla.javascript.Scriptable engine)  | 
static Triple<AstModel,Scope,Objective[]> | 
readModel(String name,
                  Reader in,
                  org.mozilla.javascript.Scriptable engine)  | 
static Triple<AstModel,Scope,Objective[]> | 
readModel(String name,
                  String in,
                  org.mozilla.javascript.Scriptable engine)  | 
public static org.mozilla.javascript.Scriptable newEngine()
public static Triple<AstModel,Scope,Objective[]> readModel(String in) throws IOException
IOExceptionpublic static Triple<AstModel,Scope,Objective[]> readModel(File in) throws IOException
IOExceptionpublic static Triple<AstModel,Scope,Objective[]> readModel(Reader in) throws IOException
IOExceptionpublic static Triple<AstModel,Scope,Objective[]> readModel(File in, org.mozilla.javascript.Scriptable engine) throws IOException
IOExceptionpublic static Triple<AstModel,Scope,Objective[]> readModel(String name, String in, org.mozilla.javascript.Scriptable engine) throws IOException
IOExceptionpublic static Triple<AstModel,Scope,Objective[]> readModel(String name, File in, org.mozilla.javascript.Scriptable engine) throws IOException
IOExceptionpublic static Triple<AstModel,Scope,Objective[]> readModel(String name, Reader in, org.mozilla.javascript.Scriptable engine) throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.