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

Breadcrumb

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

13 calls to Scanner::charAt()

Scanner::consumeExponentPart in vendor/mck89/peast/lib/Peast/Syntax/Scanner.php
Consumes the exponent part of a number
Scanner::consumeNumbers in vendor/mck89/peast/lib/Peast/Syntax/Scanner.php
Consumes the maximum number of digits
Scanner::consumeUnicodeEscapeSequence in vendor/mck89/peast/lib/Peast/Syntax/Scanner.php
Consumes an unicode escape sequence
Scanner::consumeUntil in vendor/mck89/peast/lib/Peast/Syntax/Scanner.php
Consumes characters until one of the given characters is found
Scanner::error in vendor/mck89/peast/lib/Peast/Syntax/Scanner.php
Throws a syntax error
Scanner::isAfterSlash in vendor/mck89/peast/lib/Peast/Syntax/Scanner.php
Checks if the given position follows a slash.
Scanner::reconsumeCurrentTokenAsRegexp in vendor/mck89/peast/lib/Peast/Syntax/Scanner.php
Tries to reconsume the current token as a regexp if possible
Scanner::scanKeywordOrIdentifier in vendor/mck89/peast/lib/Peast/Syntax/Scanner.php
Keywords and identifiers scanning method
Scanner::scanNumber in vendor/mck89/peast/lib/Peast/Syntax/Scanner.php
Number scanning method
Scanner::scanPunctuator in vendor/mck89/peast/lib/Peast/Syntax/Scanner.php
Punctuator scanning method
Scanner::scanString in vendor/mck89/peast/lib/Peast/Syntax/Scanner.php
String scanning method
Scanner::scanTemplate in vendor/mck89/peast/lib/Peast/Syntax/Scanner.php
Template scanning method
Scanner::skipWhitespacesAndComments in vendor/mck89/peast/lib/Peast/Syntax/Scanner.php
Skips whitespaces and comments from the current scan position. If comments handling is enabled, the array of parsed comments
RSS feed
Powered by Drupal