Pinq\Analysis\Types\MixedType::getStaticField PHP Method

getStaticField() public method

public getStaticField ( StaticFieldExpression $expression )
$expression Pinq\Expressions\StaticFieldExpression
    public function getStaticField(O\StaticFieldExpression $expression)
    {
        throw $this->unsupported($expression, 'static field %s is not supported', [$expression->getName()->compileDebug()]);
    }