Uses of Class
gw.internal.gosu.parser.ContextType
Packages that use ContextType
-
Uses of ContextType in gw.internal.gosu.parser
Subclasses of ContextType in gw.internal.gosu.parserModifier and TypeClassDescriptionprivate static class
private static class
Fields in gw.internal.gosu.parser declared as ContextTypeModifier and TypeFieldDescriptionstatic final ContextType
ContextType.EMPTY
static final ContextType
ContextType.OBJECT_FALSE
static final ContextType
ContextType.pBOOLEAN_FALSE
static final ContextType
ContextType.pINT_FALSE
Fields in gw.internal.gosu.parser with type parameters of type ContextTypeMethods in gw.internal.gosu.parser that return ContextTypeModifier and TypeMethodDescriptionGosuParser.getContextType()
private ContextType
GosuParser.getCurrentInitializableContextType()
private ContextType
GosuParser.getInitializableType()
static ContextType
ContextType.makeBlockContexType
(IType ctxType, IType ctxTypeWithTypeVars, boolean bScoring) Methods in gw.internal.gosu.parser with parameters of type ContextTypeModifier and TypeMethodDescriptionprivate void
GosuParser._parseInitializerExpression
(ContextType type) GosuParser.getContextTypesForBlockArgument
(ContextType ctxType) private IType
GosuParser.inferReturnTypeForBlockArgument
(ContextType contextType, IType[] unbound) (package private) void
GosuParser.parseExpression
(ContextType contextType) (package private) void
GosuParser.parseExpression
(ContextType ctxType, boolean bVerify) (package private) void
GosuParser.parseExpressionNoVerify
(ContextType ctxType) private void
GosuParser.parseMapInitializerList
(ContextType type) void
GosuParser.pushInferredContextTypes
(ContextType ctxType)