Token
in package
implements
TokenInterface
FinalYes
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- __toString() : string
- getColumn() : int
- getLine() : int
- getType() : string
- getValue() : string
Properties
$column
private
int
$column
$line
private
int
$line
$type
private
string
$type
$value
private
string
$value
Methods
__construct()
public
__construct(string $type, string $value, int $line, int $column) : mixed
Parameters
- $type : string
- $value : string
- $line : int
- $column : int
__toString()
public
__toString() : string
Return values
stringgetColumn()
public
getColumn() : int
Return values
intgetLine()
public
getLine() : int
Return values
intgetType()
public
getType() : string
Return values
stringgetValue()
public
getValue() : string