object NoSourceFile extends SourceFile

An object representing a missing source file.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoSourceFile
  2. SourceFile
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def content: Array[Char]
    Definition Classes
    NoSourceFileSourceFile
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def file: NoFile.type
    Definition Classes
    NoSourceFileSourceFile
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def identifier(pos: Position): Option[String]
    Definition Classes
    SourceFile
  14. def isEndOfLine(idx: Int): Boolean
    Definition Classes
    NoSourceFileSourceFile
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def isLineBreak(idx: Int): Boolean
    Definition Classes
    NoSourceFileSourceFile
  17. def isSelfContained: Boolean
    Definition Classes
    NoSourceFileSourceFile
  18. def length: Int
    Definition Classes
    NoSourceFileSourceFile
  19. def lineCount: Int
    Definition Classes
    NoSourceFileSourceFile
  20. def lineToOffset(index: Int): Int
    Definition Classes
    NoSourceFileSourceFile
  21. def lineToString(index: Int): String
    Definition Classes
    SourceFile
  22. def lines(start: Int, end: Int): collection.Iterator[Nothing]

    An iterator over the lines between start and end.

    An iterator over the lines between start and end.

    Bounds are checked and clipped as necessary.

    Definition Classes
    NoSourceFileSourceFile
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def offsetToLine(offset: Int): Int
    Definition Classes
    NoSourceFileSourceFile
  27. def path: String
    Definition Classes
    SourceFile
  28. def position(offset: Int): Position
    Definition Classes
    SourceFile
  29. def positionInUltimateSource(position: Position): Position

    Map a position to a position in the underlying source file.

    Map a position to a position in the underlying source file. For regular source files, simply return the argument.

    Definition Classes
    SourceFile
  30. final def skipWhitespace(offset: Int): Int
    Definition Classes
    SourceFile
    Annotations
    @tailrec()
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    NoSourceFileSourceFile → AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from SourceFile

Inherited from AnyRef

Inherited from Any

Ungrouped