Package gw.util
Class GosuClassTestUtil
- java.lang.Object
-
- gw.util.GosuClassTestUtil
-
public class GosuClassTestUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description GosuClassTestUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ParseResultsException
declCompileAndGetClassErrors(IType type)
static ParseResultsException
defnCompileAndGetClassErrors(IType type)
static List<? extends IDynamicFunctionSymbol>
getMemberFunctions(IGosuClass clazz)
-
-
-
Method Detail
-
getMemberFunctions
public static List<? extends IDynamicFunctionSymbol> getMemberFunctions(IGosuClass clazz)
-
declCompileAndGetClassErrors
public static ParseResultsException declCompileAndGetClassErrors(IType type)
-
defnCompileAndGetClassErrors
public static ParseResultsException defnCompileAndGetClassErrors(IType type)
-
-