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
Fields in gw.internal.gosu.parser declared as ContextType Modifier and Type Field Description static ContextType
ContextType. EMPTY
static ContextType
ContextType. OBJECT_FALSE
static ContextType
ContextType. pBOOLEAN_FALSE
static ContextType
ContextType. pINT_FALSE
Methods in gw.internal.gosu.parser that return ContextType Modifier and Type Method Description ContextType
GosuParser. getContextType()
static ContextType
ContextType. makeBlockContexType(IType ctxType, IType ctxTypeWithTypeVars, boolean bScoring)
Methods in gw.internal.gosu.parser with parameters of type ContextType Modifier and Type Method Description void
GosuParser. pushInferredContextTypes(ContextType ctxType)
-