Class PHPStan\Type\Constant\ConstantFloatType

extends FloatType
implements ConstantScalarType
uses ConstantScalarTypeTrait, ConstantScalarToBooleanTrait, ConstantNumericComparisonTypeTrait
  • PHPStan\Type\FloatType implements Type uses NonArrayTypeTrait, NonCallableTypeTrait, NonIterableTypeTrait, NonObjectTypeTrait, UndecidedBooleanTypeTrait, UndecidedComparisonTypeTrait, NonGenericTypeTrait, NonOffsetAccessibleTypeTrait, NonRemoveableTypeTrait, NonGeneralizableTypeTrait
    • PHPStan\Type\Constant\ConstantFloatType implements ConstantScalarType uses ConstantScalarTypeTrait, ConstantScalarToBooleanTrait, ConstantNumericComparisonTypeTrait
Methods
Methods inherited from PHPStan\Type\FloatType
getReferencedClasses(), getObjectClassNames(), getObjectClassReflections(), getConstantStrings(), accepts(), acceptsWithReason(), equals(), toNumber(), toFloat(), toArray(), isNull(), isConstantValue(), isConstantScalarValue(), getConstantScalarTypes(), getConstantScalarValues(), isTrue(), isFalse(), isBoolean(), isFloat(), isInteger(), isString(), isNumericString(), isNonEmptyString(), isNonFalsyString(), isLiteralString(), isClassStringType(), getClassStringObjectType(), getObjectTypeOrClassStringObjectType(), isVoid(), isScalar(), looseCompare(), traverse(), exponentiate(),