Lines Matching refs:PhpParser
3 namespace PhpParser\Builder;
5 use PhpParser\Comment;
6 use PhpParser\Modifiers;
7 use PhpParser\Node\Arg;
8 use PhpParser\Node\Attribute;
9 use PhpParser\Node\AttributeGroup;
10 use PhpParser\Node\Const_;
11 use PhpParser\Node\Identifier;
12 use PhpParser\Node\Name;
13 use PhpParser\Node\Scalar\Int_;
14 use PhpParser\Node\Stmt;
15 use PhpParser\Node\Stmt\ClassConst;
16 use PhpParser\Node\Stmt\ClassMethod;
17 use PhpParser\Node\Stmt\Property;
18 use PhpParser\Node\PropertyItem;
19 use PhpParser\Node\Stmt\TraitUse;