Packages

class Parsed extends Delimited

One instance of a command buffer.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Parsed
  2. Delimited
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def args: collection.immutable.List[String]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val buffer: String
  7. def bufferHead: String
  8. def bufferTail: Parsed
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def currentArg: String
  11. def currentChar: Char
  12. val cursor: Int
  13. val delimited: (Char) ⇒ Boolean
    Definition Classes
    ParsedDelimited
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def escapeChars: List[Char]
    Definition Classes
    Delimited
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def headLength: Int
  21. def isAtStart: Boolean
  22. def isDelimiter: Boolean
  23. def isDelimiterChar(ch: Char): Boolean
    Definition Classes
    Delimited
  24. def isEmpty: Boolean
  25. def isEscapeChar(ch: Char): Boolean
    Definition Classes
    Delimited
  26. def isEscaped: Boolean
  27. def isFirstDelimiter: Boolean
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def isLastDelimiter: Boolean
  30. def isQuoted: Boolean
  31. def isUnqualified: Boolean
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def position: Int
  36. def prev: Parsed
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. 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
  39. def toString(): String
    Definition Classes
    Parsed → AnyRef → Any
  40. def verbosity: Int
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  44. def withVerbosity(v: Int): Parsed.this.type

Inherited from Delimited

Inherited from AnyRef

Inherited from Any

Ungrouped