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 classprivate static classFields in gw.internal.gosu.parser declared as ContextTypeModifier and TypeFieldDescriptionstatic final ContextTypeContextType.EMPTYstatic final ContextTypeContextType.OBJECT_FALSEstatic final ContextTypeContextType.pBOOLEAN_FALSEstatic final ContextTypeContextType.pINT_FALSEFields in gw.internal.gosu.parser with type parameters of type ContextTypeMethods in gw.internal.gosu.parser that return ContextTypeModifier and TypeMethodDescriptionGosuParser.getContextType()private ContextTypeGosuParser.getCurrentInitializableContextType()private ContextTypeGosuParser.getInitializableType()static ContextTypeContextType.makeBlockContexType(IType ctxType, IType ctxTypeWithTypeVars, boolean bScoring) Methods in gw.internal.gosu.parser with parameters of type ContextTypeModifier and TypeMethodDescriptionprivate voidGosuParser._parseInitializerExpression(ContextType type) GosuParser.getContextTypesForBlockArgument(ContextType ctxType) private ITypeGosuParser.inferReturnTypeForBlockArgument(ContextType contextType, IType[] unbound) (package private) voidGosuParser.parseExpression(ContextType contextType) (package private) voidGosuParser.parseExpression(ContextType ctxType, boolean bVerify) (package private) voidGosuParser.parseExpressionNoVerify(ContextType ctxType) private voidGosuParser.parseMapInitializerList(ContextType type) voidGosuParser.pushInferredContextTypes(ContextType ctxType)