object NoSourceFile extends SourceFile
An object representing a missing source file.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NoSourceFile
- SourceFile
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
content: Array[Char]
- Definition Classes
- NoSourceFile → SourceFile
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
file: NoFile.type
- Definition Classes
- NoSourceFile → SourceFile
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
identifier(pos: Position): Option[String]
- Definition Classes
- SourceFile
-
def
isEndOfLine(idx: Int): Boolean
- Definition Classes
- NoSourceFile → SourceFile
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isLineBreak(idx: Int): Boolean
- Definition Classes
- NoSourceFile → SourceFile
-
def
isSelfContained: Boolean
- Definition Classes
- NoSourceFile → SourceFile
-
def
length: Int
- Definition Classes
- NoSourceFile → SourceFile
-
def
lineCount: Int
- Definition Classes
- NoSourceFile → SourceFile
-
def
lineToOffset(index: Int): Int
- Definition Classes
- NoSourceFile → SourceFile
-
def
lineToString(index: Int): String
- Definition Classes
- SourceFile
-
def
lines(start: Int, end: Int): collection.Iterator[Nothing]
An iterator over the lines between
start
andend
.An iterator over the lines between
start
andend
.Bounds are checked and clipped as necessary.
- Definition Classes
- NoSourceFile → SourceFile
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
offsetToLine(offset: Int): Int
- Definition Classes
- NoSourceFile → SourceFile
-
def
path: String
- Definition Classes
- SourceFile
-
def
position(offset: Int): Position
- Definition Classes
- SourceFile
-
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
-
final
def
skipWhitespace(offset: Int): Int
- Definition Classes
- SourceFile
- Annotations
- @tailrec()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- NoSourceFile → SourceFile → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )