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. def != (arg0: AnyRef): Boolean

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

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

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

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

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

  7. def asInstanceOf [T0] : T0

    Attributes
    final
    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. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    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. def getClass (): java.lang.Class[_]

    Attributes
    final
    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. def isInstanceOf [T0] : Boolean

    Attributes
    final
    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. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  40. def next : Parsed

  41. def notify (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  43. def position : Int

  44. def prev : Parsed

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

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

    Attributes
    final
    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. def wait (): Unit

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

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

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

Inherited from Delimited

Inherited from AnyRef

Inherited from Any