scala.tools.nsc.interpreter

Parsed

class Parsed extends Delimited

One instance of a command buffer.

Source
Parsed.scala
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Parsed
  2. Delimited
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Parsed to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (Parsed, B)

    Implicit information
    This member is added by an implicit conversion from Parsed to ArrowAssoc[Parsed] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. def args: collection.immutable.List[String]

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. val buffer: String

  11. def bufferHead: String

  12. def bufferTail: Parsed

  13. def clone(): AnyRef

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

  15. def currentChar: Char

  16. val cursor: Int

  17. val delimited: (Char) ⇒ Boolean

    Definition Classes
    ParsedDelimited
  18. def ensuring(cond: (Parsed) ⇒ Boolean, msg: ⇒ Any): Parsed

    Implicit information
    This member is added by an implicit conversion from Parsed to Ensuring[Parsed] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (Parsed) ⇒ Boolean): Parsed

    Implicit information
    This member is added by an implicit conversion from Parsed to Ensuring[Parsed] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: ⇒ Any): Parsed

    Implicit information
    This member is added by an implicit conversion from Parsed to Ensuring[Parsed] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): Parsed

    Implicit information
    This member is added by an implicit conversion from Parsed to Ensuring[Parsed] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean

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

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

    Definition Classes
    Delimited
  25. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  26. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Parsed to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  29. def headLength: Int

  30. def isAtStart: Boolean

  31. def isDelimiter: Boolean

  32. def isDelimiterChar(ch: Char): Boolean

    Definition Classes
    Delimited
  33. def isEmpty: Boolean

  34. def isEscapeChar(ch: Char): Boolean

    Definition Classes
    Delimited
  35. def isEscaped: Boolean

  36. def isFirstDelimiter: Boolean

  37. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  38. def isLastDelimiter: Boolean

  39. def isQuoted: Boolean

  40. def isUnqualified: Boolean

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

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

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

    Definition Classes
    AnyRef
  44. def position: Int

  45. def prev: Parsed

  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

  54. def [B](y: B): (Parsed, B)

    Implicit information
    This member is added by an implicit conversion from Parsed to ArrowAssoc[Parsed] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implict Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from Parsed to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (parsed: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from Parsed to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (parsed: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: Parsed

    Implicit information
    This member is added by an implicit conversion from Parsed to ArrowAssoc[Parsed] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (parsed: ArrowAssoc[Parsed]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: Parsed

    Implicit information
    This member is added by an implicit conversion from Parsed to Ensuring[Parsed] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (parsed: Ensuring[Parsed]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Delimited

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Parsed to StringAdd

Inherited by implicit conversion any2stringfmt from Parsed to StringFormat

Inherited by implicit conversion any2ArrowAssoc from Parsed to ArrowAssoc[Parsed]

Inherited by implicit conversion any2Ensuring from Parsed to Ensuring[Parsed]

Ungrouped