PHP 클래스 Storm\Drivers\Fluent\Object\Functional\Implementation\PHPParser\NodeSimplifier

파일 보기 프로젝트 열기: timetoogo/penumbra

공개 메소드들

메소드 설명
GetNodeType ( )
Simplify ( PHPParser_Node $Node )
__construct ( $NodeType )

보호된 메소드들

메소드 설명
AreConstant ( array $Nodes )
Constant ( &$Value )
GetValue ( PHPParserConstantValueNode $Node )
GetValues ( array $Nodes )
IsConstant ( PHPParser_Node $Node )

메소드 상세

AreConstant() 최종 보호된 메소드

final protected AreConstant ( array $Nodes )
$Nodes array

Constant() 최종 보호된 메소드

final protected Constant ( &$Value )

GetNodeType() 최종 공개 메소드

final public GetNodeType ( )

GetValue() 최종 보호된 메소드

final protected GetValue ( PHPParserConstantValueNode $Node )
$Node PHPParserConstantValueNode

GetValues() 최종 보호된 메소드

final protected GetValues ( array $Nodes )
$Nodes array

IsConstant() 최종 보호된 메소드

final protected IsConstant ( PHPParser_Node $Node )
$Node PHPParser_Node

Simplify() 공개 메소드

public Simplify ( PHPParser_Node $Node )
$Node PHPParser_Node

__construct() 공개 메소드

public __construct ( $NodeType )