scala.tools.nsc.interpreter

Parsed

class Parsed extends Delimited

One instance of a command buffer.

Source
Parsed.scala
Linear Supertypes
Delimited, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Parsed
  2. Delimited
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def args: List[String]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val buffer: String

  9. def bufferHead: String

  10. def bufferTail: Parsed

  11. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def currentArg: String

  13. def currentChar: Char

  14. val cursor: Int

  15. val delimited: (Char) ⇒ Boolean

    Definition Classes
    ParsedDelimited
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def escapeChars: List[Char]

    Definition Classes
    Delimited
  19. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def firstIfDelimiter: String

  21. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. def headLength: Int

  24. def isAtStart: Boolean

  25. def isDelimiter: Boolean

  26. def isDelimiterChar(ch: Char): Boolean

    Definition Classes
    Delimited
  27. def isEmpty: Boolean

  28. def isEscapeChar(ch: Char): Boolean

    Definition Classes
    Delimited
  29. def isEscaped: Boolean

  30. def isFirstDelimiter: Boolean

  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. def isLastDelimiter: Boolean

  33. def isQualified: Boolean

  34. def isQuoteEnd(ch: Char): Boolean

    Definition Classes
    Delimited
  35. def isQuoteStart(ch: Char): Boolean

    Definition Classes
    Delimited
  36. def isQuoted: Boolean

  37. def isUnqualified: Boolean

  38. def lastIfDelimiter: String

  39. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  40. def next: Parsed

  41. final def notify(): Unit

    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  43. def position: Int

  44. def prev: Parsed

  45. def quoteChars: List[(Char, Char)]

    Definition Classes
    Delimited
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. def toArgs(s: String): List[String]

    Break String into args based on delimiting function.

    Break String into args based on delimiting function.

    Attributes
    protected
    Definition Classes
    Delimited
  48. def toString(): String

    Definition Classes
    Parsed → AnyRef → Any
  49. def verbosity: Int

  50. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  51. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  52. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  53. def withVerbosity(v: Int): Parsed.this.type

Inherited from Delimited

Inherited from AnyRef

Inherited from Any