Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. JSXIdentifier.php

class JSXIdentifier

A node that represents a JSX identifier.

@author Marco Marchiò <marco.mm89@gmail.com>

Hierarchy

  • class \Peast\Syntax\Node\Node implements \Peast\Syntax\Node\JSONSerializable
    • class \Peast\Syntax\Node\Identifier extends \Peast\Syntax\Node\Node implements \Peast\Syntax\Node\Expression, \Peast\Syntax\Node\Pattern
      • class \Peast\Syntax\Node\JSX\JSXIdentifier extends \Peast\Syntax\Node\Identifier

Expanded class hierarchy of JSXIdentifier

3 string references to 'JSXIdentifier'
Parser::isSameJSXElementName in vendor/mck89/peast/lib/Peast/Syntax/JSX/Parser.php
Checks that 2 tag names are equal
Parser::parseJSXIdentifierOrMemberExpression in vendor/mck89/peast/lib/Peast/Syntax/JSX/Parser.php
Parses a jsx identifier, namespaced identifier or member expression
Renderer::renderNode in vendor/mck89/peast/lib/Peast/Renderer.php
Renders a node

File

vendor/mck89/peast/lib/Peast/Syntax/Node/JSX/JSXIdentifier.php, line 19

Namespace

Peast\Syntax\Node\JSX
View source
class JSXIdentifier extends Identifier {

}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal