Gets the file offset of the last character that is part of this node.
Requires the 'endFilePos' attribute to be enabled in the lexer (DISABLED by default).
int File end position (or -1 if not available)
Overrides Node::getEndFilePos
public function getEndFilePos() : int { return $this->attributes['endFilePos'] ?? -1; }