Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 10 of 10) sorted by relevance

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenStream.php61 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 DTokenPolyfill.php26 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 DEnumTokenEmulator.php20 protected function isKeywordContext(array $tokens, int $pos): bool {
H A DReadonlyTokenEmulator.php20 protected function isKeywordContext(array $tokens, int $pos): bool {
H A DKeywordEmulator.php16 protected function isKeywordContext(array $tokens, int $pos): bool {
H A DAsymmetricVisibilityTokenEmulator.php72 protected function isKeywordContext(array $tokens, int $pos): bool {
/PHP-Parser/lib/PhpParser/NodeVisitor/
H A DCommentAnnotatingVisitor.php12 private int $pos = 0; variable in PhpParser\\NodeVisitor\\CommentAnnotatingVisitor
/PHP-Parser/lib/PhpParser/
H A DError.php148 private function toColumn(string $code, int $pos): int {
H A DNodeDumper.php287 private function toColumn(string $code, int $pos): int {
H A DPrettyPrinterAbstract.php779 protected function pArray(

Completed in 21 milliseconds