@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpComment
Interface: PhpComment
Represents a generic PHP comment.
Extends
Properties
nodeType
ts
readonly nodeType: "Comment" | `Comment_${string}`;text
ts
readonly text: string;endFilePos?
ts
readonly optional endFilePos: number;Inherited from
endLine?
ts
readonly optional endLine: number;Inherited from
endTokenPos?
ts
readonly optional endTokenPos: number;Inherited from
PhpCommentLocation.endTokenPos
filePos?
ts
readonly optional filePos: number;Inherited from
line?
ts
readonly optional line: number;Inherited from
tokenPos?
ts
readonly optional tokenPos: number;