public SourceLocation GetEnd(GeneroAst parent) { return(parent.IndexToLocation(EndIndex)); }
public SourceLocation GetStart(GeneroAst parent) { return(parent.IndexToLocation(StartIndex)); }