6 string references to 'Statement'
- BlockStatement::setBody in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ BlockStatement.php - Sets block's body
- IfStatement::setAlternate in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ IfStatement.php - Sets the "else" statement
- IfStatement::setConsequent in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ IfStatement.php - Sets the statement that is activated if the test expression is true
- Program::setBody in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ Program.php - Sets the program's body
- PseudoSimple::check in vendor/
mck89/ peast/ lib/ Peast/ Selector/ Node/ Part/ PseudoSimple.php - Returns true if the selector part matches the given node, false otherwise
- SwitchCase::setConsequent in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ SwitchCase.php - Sets the consequent statements array