Lines Matching refs:string

109     protected string $newline;
111 protected string $nl;
114 protected ?string $docStringEndToken;
237 public function prettyPrint(array $stmts): string {
251 public function prettyPrintExpr(Expr $node): string {
263 public function prettyPrintFile(array $stmts): string {
299 protected function handleMagicTokens(string $str): string {
320 protected function pStmts(array $nodes, bool $indent = true): string {
358 string $class, Node $leftNode, string $operatorString, Node $rightNode,
360 ): string {
384 …protected function pPrefixOp(string $class, string $operatorString, Node $node, int $precedence, i…
414 …rotected function pPostfixOp(string $class, Node $node, string $operatorString, int $precedence, i…
437 protected function pImplode(array $nodes, string $glue = ''): string {
457 protected function pCommaSeparated(array $nodes): string {
471 protected function pCommaSeparatedMultiline(array $nodes, bool $trailingComma): string {
503 protected function pComments(array $comments): string {
528 … public function printFormatPreserving(array $stmts, array $origStmts, array $origTokens): string {
556 protected function pFallback(Node $node, int $precedence, int $lhsPrecedence): string {
575 ): string {
753 string $parentNodeClass, string $subNodeName, ?int $fixup
754 ): ?string {
1013 … function pFixup(int $fixup, Node $subNode, ?string $parentClass, int $subStartPos, int $subEndPos…
1091 protected function safeAppend(string &$str, string $append): void {
1192 protected function pModifiers(int $modifiers): string {
1202 protected function pStatic(bool $static): string {