Table of Contents
Properties
-
$contents
: string
Methods
-
__construct()
: mixed
-
__toString()
: string
-
consumeWhitespace()
: void
-
peekChar()
: string
-
peekNext()
: bool
-
readChar()
: string
-
readOptionalOperator()
: Operator|null
-
readRegex()
: string
$contents
private
string
$contents
__construct()
public
__construct(string $contents) : mixed
Parameters
-
$contents
: string
-
__toString()
public
__toString() : string
consumeWhitespace()
public
consumeWhitespace() : void
peekChar()
public
peekChar(string ...$validCharacters) : string
Parameters
-
$validCharacters
: string
-
peekNext()
public
peekNext(string $character) : bool
Parameters
-
$character
: string
-
readChar()
public
readChar(string ...$validCharacters) : string
Parameters
-
$validCharacters
: string
-
readOptionalOperator()
public
readOptionalOperator() : Operator|null
readRegex()
public
readRegex(string $regex) : string
Parameters
-
$regex
: string
-