/PHP-Parser/lib/PhpParser/Node/ |
H A D | NullableType.php | 9 public Node $type; variable in PhpParser\\Node\\NullableType 17 public function __construct(Node $type, array $attributes = []) {
|
H A D | UseItem.php | 13 public int $type; variable in PhpParser\\Node\\UseItem 27 …public function __construct(Node\Name $name, $alias = null, int $type = Use_::TYPE_UNKNOWN, array …
|
H A D | Param.php | 11 public ?Node $type; variable in PhpParser\\Node\\Param 41 Expr $var, ?Expr $default = null, ?Node $type = null,
|
/PHP-Parser/lib/PhpParser/ |
H A D | NameContext.php | 55 … public function addAlias(Name $name, string $aliasName, int $type, array $errorAttrs = []): void { 101 public function getResolvedName(Name $name, int $type): ?Name { 156 public function getPossibleNames(string $name, int $type): array { 212 public function getShortName(string $name, int $type): Name { 229 private function resolveAlias(Name $name, int $type): ?FullyQualified { 252 private function getNamespaceRelativeName(string $name, string $lcName, int $type): ?Name {
|
H A D | NodeDumper.php | 213 private function dumpIncludeType(int $type): string { 222 private function dumpUseType(int $type): string {
|
H A D | PhpVersion.php | 97 public function supportsBuiltinType(string $type): bool {
|
H A D | BuilderHelpers.php | 161 public static function normalizeType($type) {
|
/PHP-Parser/lib/PhpParser/Internal/ |
H A D | DiffElem.php | 15 public int $type; variable in PhpParser\\Internal\\DiffElem 26 public function __construct(int $type, $old, $new) {
|
/PHP-Parser/lib/PhpParser/Node/Stmt/ |
H A D | GroupUse.php | 13 public int $type; variable in PhpParser\\Node\\Stmt\\GroupUse 27 …public function __construct(Name $prefix, array $uses, int $type = Use_::TYPE_NORMAL, array $attri…
|
H A D | Use_.php | 23 public int $type; variable in PhpParser\\Node\\Stmt\\Use_ 34 … public function __construct(array $uses, int $type = self::TYPE_NORMAL, array $attributes = []) {
|
H A D | ClassConst.php | 16 public ?Node $type; variable in PhpParser\\Node\\Stmt\\ClassConst 32 ?Node $type = null
|
H A D | Property.php | 18 public ?Node $type; variable in PhpParser\\Node\\Stmt\\Property 34 …public function __construct(int $flags, array $props, array $attributes = [], ?Node $type = null, …
|
/PHP-Parser/lib/PhpParser/Node/Expr/ |
H A D | Include_.php | 16 public int $type; variable in PhpParser\\Node\\Expr\\Include_ 25 public function __construct(Expr $expr, int $type, array $attributes = []) {
|
/PHP-Parser/lib/PhpParser/Builder/ |
H A D | Use_.php | 13 protected int $type; variable in PhpParser\\Builder\\Use_ 22 public function __construct($name, int $type) {
|
H A D | Param.php | 14 protected ?Node $type = null; variable in PhpParser\\Builder\\Param 50 public function setType($type) {
|
H A D | ClassConst.php | 25 protected ?Node $type = null; variable in PhpParser\\Builder\\ClassConst 130 public function setType($type) {
|
H A D | FunctionLike.php | 68 public function setReturnType($type) {
|
H A D | Property.php | 23 protected ?Node $type = null; variable in PhpParser\\Builder\\Property 172 public function setType($type) {
|
H A D | TraitUseAdaptation.php | 16 protected int $type; variable in PhpParser\\Builder\\TraitUseAdaptation
|
/PHP-Parser/test/PhpParser/Builder/ |
H A D | UseTest.php | 10 protected function createUseBuilder($name, $type = Stmt\Use_::TYPE_NORMAL) {
|
/PHP-Parser/test/PhpParser/ |
H A D | NameContextTest.php | 12 public function testGetPossibleNames($type, $name, $expectedPossibleNames): void {
|
/PHP-Parser/lib/PhpParser/NodeVisitor/ |
H A D | NameResolver.php | 171 private function addAlias(Node\UseItem $use, int $type, ?Name $prefix = null): void { 221 protected function resolveName(Name $name, int $type): Name {
|
/PHP-Parser/ |
H A D | composer.json | 3 "type": "library", string
|
/PHP-Parser/lib/PhpParser/PrettyPrinter/ |
H A D | Standard.php | 774 protected function pUseType(int $type): string {
|