public static class IGosuProgram.Runner extends Object
| Constructor and Description |
|---|
Runner() |
| Modifier and Type | Method and 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) |
public static Object runProgram(String strProgram, ISymbolTable symTable, IType expectedType) throws Exception
Exceptionpublic static IProgramInstance getProgramInstance(String strProgram) throws Exception
Exceptionpublic static IProgramInstance getProgramInstance(String strProgram, ISymbolTable symTable) throws Exception
Exceptionpublic static IProgramInstance getProgramInstance(String strProgram, ISymbolTable symTable, IType expectedType) throws Exception
ExceptionCopyright © 2018. All rights reserved.