Interface InterfaceStatementNode
Public API for Node.
This interface is used by tagging interfaces such as ExpressionNode to indicate they support the Node API.
- Pharborist\Objects\InterfaceStatementNode implements Pharborist\ParentNodeInterface
Direct known implementers
Pharborist\Constants\ConstantDeclarationStatementNode, Pharborist\Objects\InterfaceMethodNode
append(),
childCount(),
children(),
clear(),
find(),
firstChild(),
firstToken(),
has(),
isDescendant(),
lastChild(),
lastToken(),
prepend(),
walk()
|