Package gw.internal.gosu.parser
Class ContextType.CommonContextType
- java.lang.Object
-
- gw.internal.gosu.parser.ContextType
-
- gw.internal.gosu.parser.ContextType.CommonContextType
-
- Enclosing class:
- ContextType
private static class ContextType.CommonContextType extends ContextType
-
-
Field Summary
Fields Modifier and Type Field Description private ContextType.CommonType_ctype-
Fields inherited from class gw.internal.gosu.parser.ContextType
EMPTY, OBJECT_FALSE, pBOOLEAN_FALSE, pINT_FALSE
-
-
Constructor Summary
Constructors Modifier Constructor Description privateCommonContextType(ContextType.CommonType ctype, boolean bScoring)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ITypegetType()-
Methods inherited from class gw.internal.gosu.parser.ContextType
getAlternateType, getUnboundType, isCompileTimeConstant, isMethodScoring, makeBlockContexType
-
-
-
-
Field Detail
-
_ctype
private ContextType.CommonType _ctype
-
-
Constructor Detail
-
CommonContextType
private CommonContextType(ContextType.CommonType ctype, boolean bScoring)
-
-
Method Detail
-
getType
public IType getType()
- Overrides:
getTypein classContextType
-
-