Lines Matching refs:PhpParser
3 namespace PhpParser\Builder;
5 use PhpParser\Comment;
6 use PhpParser\Node;
7 use PhpParser\Node\Arg;
8 use PhpParser\Node\Attribute;
9 use PhpParser\Node\AttributeGroup;
10 use PhpParser\Node\Expr\Print_;
11 use PhpParser\Node\Expr\Variable;
12 use PhpParser\Node\Identifier;
13 use PhpParser\Node\Name;
14 use PhpParser\Node\Scalar\Int_;
15 use PhpParser\Node\Scalar\String_;
16 use PhpParser\Node\Stmt;