Output.flushLocation

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void flushLocation(uint beginLine, uint beginColumn, uint beginOffset, uint endLine, uint endColumn, uint endOffset, bool separate)
    class Output
    void
    flushLocation
    (,,,
    uint endLine
    ,,,
    bool separate = true
    )
  2. void flushLocation(uint line, uint column, uint offset, bool separate)
  3. void flushLocation(SourceLocation location, bool separate)
  4. void flushLocation(SourceRange range, bool separate)
  5. void flushLocation(Cursor cursor, bool separate)

Meta