class
ScriptSourceFile extends BatchSourceFile
Instance Constructors
-
new
ScriptSourceFile(underlying: BatchSourceFile, content: Array[Char], start: Int)
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
beginsWith(offset: Int, text: String): Boolean
-
def
calculateLineIndices(cs: Array[Char]): Array[Int]
-
def
clone(): AnyRef
-
def
dbg(offset: Int): String
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(that: Any): Boolean
-
-
def
finalize(): Unit
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
def
identifier(pos: Position): Option[String]
-
final
def
isInstanceOf[T0]: Boolean
-
def
isLineBreak(idx: Int): Boolean
-
def
isSelfContained: Boolean
-
val
length: Int
-
def
lineToOffset(index: Int): Int
-
def
lineToString(index: Int): String
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
offsetToLine(offset: Int): Int
-
def
path: String
-
def
position(line: Int, column: Int): Position
-
def
position(offset: Int): Position
-
def
positionInUltimateSource(pos: Position): Position
-
final
def
skipWhitespace(offset: Int): Int
-
val
start: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Value Members
-
def
calculateLineIndices(cs: Array[Char]): Array[Int]
-
def
equals(that: Any): Boolean
-
-
def
hashCode(): Int
-
def
identifier(pos: Position): Option[String]
-
def
isLineBreak(idx: Int): Boolean
-
val
length: Int
-
def
lineToOffset(index: Int): Int
-
def
offsetToLine(offset: Int): Int
Value Members
-
def
beginsWith(offset: Int, text: String): Boolean
-
def
dbg(offset: Int): String
-
def
lineToString(index: Int): String
-
def
path: String
-
def
position(line: Int, column: Int): Position
-
def
position(offset: Int): Position
-
final
def
skipWhitespace(offset: Int): Int
-
def
toString(): String
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): java.lang.Class[_]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Any
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean