Package gw.internal.gosu.parser
Class ContextType.BlockContextType
- java.lang.Object
-
- gw.internal.gosu.parser.ContextType
-
- gw.internal.gosu.parser.ContextType.BlockContextType
-
- Enclosing class:
- ContextType
private static class ContextType.BlockContextType extends ContextType
-
-
Field Summary
Fields Modifier and Type Field Description private IType_ctxTypeWithTypeVars-
Fields inherited from class gw.internal.gosu.parser.ContextType
EMPTY, OBJECT_FALSE, pBOOLEAN_FALSE, pINT_FALSE
-
-
Constructor Summary
Constructors Modifier Constructor Description privateBlockContextType(IType ctxType, IType ctxTypeWithTypeVars, boolean bScoring)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ITypegetAlternateType()-
Methods inherited from class gw.internal.gosu.parser.ContextType
getType, getUnboundType, isCompileTimeConstant, isMethodScoring, makeBlockContexType
-
-
-
-
Field Detail
-
_ctxTypeWithTypeVars
private IType _ctxTypeWithTypeVars
-
-
Method Detail
-
getAlternateType
public IType getAlternateType()
- Overrides:
getAlternateTypein classContextType
-
-