class JSXClosingElement
A node that represents a JSX closing element tag.
@author Marco Marchiò <marco.mm89@gmail.com>
Hierarchy
- class \Peast\Syntax\Node\Node implements \Peast\Syntax\Node\JSONSerializable
- class \Peast\Syntax\Node\JSX\JSXBoundaryElement extends \Peast\Syntax\Node\Node
- class \Peast\Syntax\Node\JSX\JSXClosingElement extends \Peast\Syntax\Node\JSX\JSXBoundaryElement
- class \Peast\Syntax\Node\JSX\JSXBoundaryElement extends \Peast\Syntax\Node\Node
Expanded class hierarchy of JSXClosingElement
2 string references to 'JSXClosingElement'
- Parser::parseJSXElement in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ JSX/ Parser.php - Parses a jsx element
- Renderer::renderNode in vendor/
mck89/ peast/ lib/ Peast/ Renderer.php - Renders a node
File
-
vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Node/ JSX/ JSXClosingElement.php, line 17
Namespace
Peast\Syntax\Node\JSXView source
class JSXClosingElement extends JSXBoundaryElement {
}