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

Breadcrumb

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

22 calls to Parser::parseIdentifier()

Parser::parseArrowParameters in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses parameters in an arrow function. If the parameters are wrapped in round brackets, the returned value is an array where the first element is the parameters list and the second element is the open round brackets, this is needed to know the start…
Parser::parseBindingRestElement in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses a rest element
Parser::parseBreakStatement in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses a break statement
Parser::parseCatchParameter in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses the catch parameter of a catch block in a try-catch statement
Parser::parseClassDeclaration in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses a class declaration
Parser::parseClassExpression in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses a class expression
Parser::parseContinueStatement in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses a continue statement
Parser::parseForBinding in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses a binding pattern or an identifier that come after a const or let declaration in a for statement definition
Parser::parseFunctionOrGeneratorDeclaration in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses function or generator declaration
Parser::parseImportClause in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses an import clause
Parser::parseImportSpecifier in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses an import specifier
Parser::parseLabelledStatement in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses a labelled statement
Parser::parseLeftHandSideExpression in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses a left hand side expression
Parser::parseModuleExportName in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses an export name
Parser::parseNameSpaceImport in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses a namespace import
Parser::parsePrimaryExpression in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses a primary expression
Parser::parsePropertyDefinition in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses a property in an object literal
Parser::parsePropertyName in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses a property name. The returned value is an array where there first element is the property name and the second element is a boolean indicating if it's a computed property
Parser::parseRestProperty in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses a rest property
Parser::parseSingleNameBinding in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses single name binding
Parser::parseSuperPropertyOrCall in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses a super call or a super property
Parser::parseVariableDeclaration in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses a variable declarations

API Navigation

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