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

Breadcrumb

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

class EmptyStatement

A node that represents an empty statement (;).

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

Hierarchy

  • class \Peast\Syntax\Node\Node implements \Peast\Syntax\Node\JSONSerializable
    • class \Peast\Syntax\Node\EmptyStatement extends \Peast\Syntax\Node\Node implements \Peast\Syntax\Node\Statement

Expanded class hierarchy of EmptyStatement

2 string references to 'EmptyStatement'
Parser::parseEmptyStatement in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses an empty statement
Renderer::renderNode in vendor/mck89/peast/lib/Peast/Renderer.php
Renders a node

File

vendor/mck89/peast/lib/Peast/Syntax/Node/EmptyStatement.php, line 17

Namespace

Peast\Syntax\Node
View source
class EmptyStatement extends Node implements Statement {

}

API Navigation

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