Token
in package
Read onlyYes
FinalYes
A single lexical token from the PDF byte stream, carrying its type, string value, and byte offset within the source.
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$offset
public
int
$offset
$type
public
TokenType
$type
$value
public
string
$value
Methods
__construct()
public
__construct(TokenType $type, string $value, int $offset) : mixed
Parameters
- $type : TokenType
- $value : string
- $offset : int