Searched defs:pos (Results 1 – 10 of 10) sorted by relevance
/PHP-Parser/lib/PhpParser/Internal/ |
H A D | TokenStream.php | 61 public function haveTokenImmediatelyBefore(int $pos, $expectedTokenType): bool { 86 public function haveTokenImmediatelyAfter(int $pos, $expectedTokenType): bool { 102 public function skipLeft(int $pos, $skipTokenType): int { 120 public function skipRight(int $pos, $skipTokenType): int { 143 public function skipLeftWhitespace(int $pos): int { 159 public function skipRightWhitespace(int $pos): int { 170 public function findRight(int $pos, $findTokenType): int { 210 public function getIndentationBefore(int $pos): int {
|
H A D | TokenPolyfill.php | 26 public int $pos; variable in PhpParser\\Internal\\TokenPolyfill 42 final public function __construct(int $id, string $text, int $line = -1, int $pos = -1) {
|
/PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/ |
H A D | EnumTokenEmulator.php | 20 protected function isKeywordContext(array $tokens, int $pos): bool {
|
H A D | ReadonlyTokenEmulator.php | 20 protected function isKeywordContext(array $tokens, int $pos): bool {
|
H A D | KeywordEmulator.php | 16 protected function isKeywordContext(array $tokens, int $pos): bool {
|
H A D | AsymmetricVisibilityTokenEmulator.php | 72 protected function isKeywordContext(array $tokens, int $pos): bool {
|
/PHP-Parser/lib/PhpParser/NodeVisitor/ |
H A D | CommentAnnotatingVisitor.php | 12 private int $pos = 0; variable in PhpParser\\NodeVisitor\\CommentAnnotatingVisitor
|
/PHP-Parser/lib/PhpParser/ |
H A D | Error.php | 148 private function toColumn(string $code, int $pos): int {
|
H A D | NodeDumper.php | 287 private function toColumn(string $code, int $pos): int {
|
H A D | PrettyPrinterAbstract.php | 779 protected function pArray(
|
Completed in 23 milliseconds