@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpCommentLocation
Interface: PhpCommentLocation
Represents the location of a PHP comment in the source code.
Extended by
Properties
endFilePos?
ts
readonly optional endFilePos: number;endLine?
ts
readonly optional endLine: number;endTokenPos?
ts
readonly optional endTokenPos: number;filePos?
ts
readonly optional filePos: number;line?
ts
readonly optional line: number;tokenPos?
ts
readonly optional tokenPos: number;