PHP 클래스 Sstalle\php7cc\NodeVisitor\BitwiseShiftVisitor

상속: extends AbstractVisitor
파일 보기 프로젝트 열기: sstalle/php7cc

보호된 프로퍼티들

프로퍼티 타입 설명
$intSize integer

공개 메소드들

메소드 설명
__construct ( $intSize = self::MIN_INT_SIZE )
enterNode ( PhpParser\Node $node )

메소드 상세

__construct() 공개 메소드

public __construct ( $intSize = self::MIN_INT_SIZE )
$intSize

enterNode() 공개 메소드

public enterNode ( PhpParser\Node $node )
$node PhpParser\Node

프로퍼티 상세

$intSize 보호되어 있는 프로퍼티

protected int $intSize
리턴 integer