PHP 클래스 PDepend\Source\Language\PHP\PHPParserVersion56

부터: 2.3
상속: extends PHPParserVersion55
파일 보기 프로젝트 열기: pdepend/pdepend 1 사용 예제들

보호된 메소드들

메소드 설명
parseExpressionVersion56 ( ) : PDepend\Source\AST\ASTNode In this method we implement parsing of PHP 5.6 specific expressions.
parseOptionalExpressionForVersion ( ) : PDepend\Source\AST\ASTNode This method will be called when the base parser cannot handle an expression in the base version. In this method you can implement version specific expressions.
parseStaticValueVersionSpecific ( PDepend\Source\AST\ASTValue $value ) : PDepend\Source\AST\ASTValue Parses additional static values that are valid in the supported php version.
parseUseDeclarations ( ) : void Parses use declarations that are valid in the supported php version.

메소드 상세

parseExpressionVersion56() 보호된 메소드

In this method we implement parsing of PHP 5.6 specific expressions.
부터: 2.3
protected parseExpressionVersion56 ( ) : PDepend\Source\AST\ASTNode
리턴 PDepend\Source\AST\ASTNode

parseOptionalExpressionForVersion() 보호된 메소드

This method will be called when the base parser cannot handle an expression in the base version. In this method you can implement version specific expressions.
부터: 2.2
protected parseOptionalExpressionForVersion ( ) : PDepend\Source\AST\ASTNode
리턴 PDepend\Source\AST\ASTNode

parseStaticValueVersionSpecific() 보호된 메소드

Parses additional static values that are valid in the supported php version.
protected parseStaticValueVersionSpecific ( PDepend\Source\AST\ASTValue $value ) : PDepend\Source\AST\ASTValue
$value PDepend\Source\AST\ASTValue
리턴 PDepend\Source\AST\ASTValue

parseUseDeclarations() 보호된 메소드

Parses use declarations that are valid in the supported php version.
protected parseUseDeclarations ( ) : void
리턴 void