Package gw.lang.reflect.gs
Class IGosuProgram.Runner
- java.lang.Object
-
- gw.lang.reflect.gs.IGosuProgram.Runner
-
- Enclosing interface:
- IGosuProgram
public static class IGosuProgram.Runner extends Object
-
-
Constructor Summary
Constructors Constructor Description Runner()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IProgramInstance
getProgramInstance(String strProgram)
static IProgramInstance
getProgramInstance(String strProgram, ISymbolTable symTable)
static IProgramInstance
getProgramInstance(String strProgram, ISymbolTable symTable, IType expectedType)
static Object
runProgram(String strProgram)
static Object
runProgram(String strProgram, ISymbolTable symTable, IType expectedType)
-
-
-
Method Detail
-
runProgram
public static Object runProgram(String strProgram, ISymbolTable symTable, IType expectedType) throws Exception
- Throws:
Exception
-
getProgramInstance
public static IProgramInstance getProgramInstance(String strProgram) throws Exception
- Throws:
Exception
-
getProgramInstance
public static IProgramInstance getProgramInstance(String strProgram, ISymbolTable symTable) throws Exception
- Throws:
Exception
-
getProgramInstance
public static IProgramInstance getProgramInstance(String strProgram, ISymbolTable symTable, IType expectedType) throws Exception
- Throws:
Exception
-
-