Storm\Drivers\Fluent\Object\Functional\Implementation\PHPParser\NodeSimplifier::GetValue PHP 메소드

GetValue() 최종 보호된 메소드

final protected GetValue ( PHPParserConstantValueNode $Node )
$Node PHPParserConstantValueNode
    protected final function GetValue(PHPParserConstantValueNode $Node)
    {
        return $Node->Value;
    }