Package gw.internal.gosu.parser
Class ContextType
java.lang.Object
gw.internal.gosu.parser.ContextType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContextTypestatic final ContextTypestatic final ContextTypestatic final ContextType -
Constructor Summary
ConstructorsConstructorDescriptionContextType(IType type) ContextType(IType type, boolean bScoring) ContextType(IType type, boolean bScoring, boolean bCompileTimeConstant) ContextType(IType type, IType unboundType, boolean bScoring) ContextType(IType type, IType unboundType, boolean bScoring, boolean bCompileTimeConstant) -
Method Summary
Modifier and TypeMethodDescriptiongetType()booleanbooleanstatic ContextTypemakeBlockContexType(IType ctxType, IType ctxTypeWithTypeVars, boolean bScoring)
-
Field Details
-
EMPTY
-
OBJECT_FALSE
-
pBOOLEAN_FALSE
-
pINT_FALSE
-
-
Constructor Details
-
ContextType
-
ContextType
-
ContextType
-
ContextType
-
ContextType
-
-
Method Details
-
isMethodScoring
public boolean isMethodScoring() -
isCompileTimeConstant
public boolean isCompileTimeConstant() -
getType
-
getUnboundType
-
getAlternateType
-
makeBlockContexType
public static ContextType makeBlockContexType(IType ctxType, IType ctxTypeWithTypeVars, boolean bScoring)
-