Package gw.internal.gosu.parser
Class GosuClassCompilingStack
- java.lang.Object
-
- gw.internal.gosu.parser.GosuClassCompilingStack
-
public class GosuClassCompilingStack extends Object
-
-
Constructor Summary
Constructors Constructor Description GosuClassCompilingStack()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IType
getCompilingType(String typeName)
static IType
getCurrentCompilingType()
static void
popCompilingType()
static void
pushCompilingType(IType gsClass)
-