ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/rector/rector/src/PhpParser/ValueObject
/
opt
cpanel
ea-wappspector
vendor
rector
rector
src
PhpParser
ValueObject
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
StmtsAndTokens.php
835 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/rector/rector/src/PhpParser/ValueObject/StmtsAndTokens.php
<?php declare (strict_types=1); namespace Rector\PhpParser\ValueObject; use PhpParser\Node\Stmt; final class StmtsAndTokens { /** * @var Stmt[] * @readonly */ private $stmts; /** * @var array<int, (array{int, string, int} | string)> * @readonly */ private $tokens; /** * @param Stmt[] $stmts * @param array<int, array{int, string, int}|string> $tokens */ public function __construct(array $stmts, array $tokens) { $this->stmts = $stmts; $this->tokens = $tokens; } /** * @return Stmt[] */ public function getStmts() : array { return $this->stmts; } /** * @return array<int, array{int, string, int}|string> */ public function getTokens() : array { return $this->tokens; } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply