Uses of Class
gw.internal.gosu.parser.ContextType
-
Packages that use ContextType Package Description gw.internal.gosu.parser -
-
Uses of ContextType in gw.internal.gosu.parser
Subclasses of ContextType in gw.internal.gosu.parser Modifier and Type Class Description private static classContextType.BlockContextTypeprivate static classContextType.CommonContextTypeFields in gw.internal.gosu.parser declared as ContextType Modifier and Type Field Description static ContextTypeContextType. EMPTYstatic ContextTypeContextType. OBJECT_FALSEstatic ContextTypeContextType. pBOOLEAN_FALSEstatic ContextTypeContextType. pINT_FALSEFields in gw.internal.gosu.parser with type parameters of type ContextType Modifier and Type Field Description private Stack<ContextType>GosuParser. _inferredContextStackMethods in gw.internal.gosu.parser that return ContextType Modifier and Type Method Description ContextTypeGosuParser. 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 ContextType Modifier and Type Method Description private voidGosuParser. _parseInitializerExpression(ContextType type)private java.util.List<IType>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)
-