ParserException
extends Exception
Table of Contents
-
$currentOffset
: int
-
$currentTokenLine
: int|null
-
$currentTokenType
: int
-
$currentTokenValue
: string
-
$expectedTokenType
: int
-
$expectedTokenValue
: string|null
-
__construct()
: mixed
-
getCurrentOffset()
: int
-
getCurrentTokenLine()
: int|null
-
getCurrentTokenType()
: int
-
getCurrentTokenValue()
: string
-
getExpectedTokenType()
: int
-
getExpectedTokenValue()
: string|null
-
formatValue()
: string
$currentOffset
private
int
$currentOffset
$currentTokenLine
private
int|null
$currentTokenLine
$currentTokenType
private
int
$currentTokenType
$currentTokenValue
private
string
$currentTokenValue
$expectedTokenType
private
int
$expectedTokenType
$expectedTokenValue
private
string|null
$expectedTokenValue
__construct()
public
__construct(string $currentTokenValue, int $currentTokenType, int $currentOffset, int $expectedTokenType[, string|null $expectedTokenValue = null ][, int|null $currentTokenLine = null ]) : mixed
Parameters
-
$currentTokenValue
: string
-
-
$currentTokenType
: int
-
-
$currentOffset
: int
-
-
$expectedTokenType
: int
-
-
$expectedTokenValue
: string|null
= null
-
-
$currentTokenLine
: int|null
= null
-
Return values
mixed
—
getCurrentOffset()
public
getCurrentOffset() : int
Return values
int
—
getCurrentTokenLine()
public
getCurrentTokenLine() : int|null
Return values
int|null
—
getCurrentTokenType()
public
getCurrentTokenType() : int
Return values
int
—
getCurrentTokenValue()
public
getCurrentTokenValue() : string
Return values
string
—
getExpectedTokenType()
public
getExpectedTokenType() : int
Return values
int
—
getExpectedTokenValue()
public
getExpectedTokenValue() : string|null
Return values
string|null
—
private
formatValue(string $value) : string
Parameters
-
$value
: string
-
Return values
string
—