Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Sstalle
php7cc
NodeVisitor
ContinueBreakOutsideLoopVisitor
PHP Class Sstalle\php7cc\NodeVisitor\ContinueBreakOutsideLoopVisitor
Inheritance:
extends
AbstractNestedLoopVisitor
显示文件
Open project: sstalle/php7cc
Public Methods
Method
Description
enterNode
(
PhpParser\Node
$node
)
Protected Methods
Method
Description
isTargetLoopNode
(
PhpParser\Node
$node
)
Method Details
enterNode()
public
method
public
enterNode
(
PhpParser\Node
$node
)
$node
PhpParser\Node
isTargetLoopNode()
protected
method
protected
isTargetLoopNode
(
PhpParser\Node
$node
)
$node
PhpParser\Node