interface Statement
Interface that every statement node must implement.
@author Marco Marchiò <marco.mm89@gmail.com>
Hierarchy
- interface \Peast\Syntax\Node\Statement
Expanded class hierarchy of Statement
All classes that implement Statement
1 file declares its use of Statement
- PseudoSimple.php in vendor/
mck89/ peast/ lib/ Peast/ Selector/ Node/ Part/ PseudoSimple.php
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
File
-
vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ Statement.php, line 17
Namespace
Peast\Syntax\NodeView source
interface Statement {
}