class Parsed extends Delimited
One instance of a command buffer.
- Alphabetic
- By Inheritance
- Parsed
- Delimited
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def args: collection.immutable.List[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val buffer: String
- def bufferHead: String
- def bufferTail: Parsed
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def currentArg: String
- def currentChar: Char
- val cursor: Int
- val delimited: (Char) ⇒ Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
escapeChars: List[Char]
- Definition Classes
- Delimited
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def headLength: Int
- def isAtStart: Boolean
- def isDelimiter: Boolean
-
def
isDelimiterChar(ch: Char): Boolean
- Definition Classes
- Delimited
- def isEmpty: Boolean
-
def
isEscapeChar(ch: Char): Boolean
- Definition Classes
- Delimited
- def isEscaped: Boolean
- def isFirstDelimiter: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLastDelimiter: Boolean
- def isQuoted: Boolean
- def isUnqualified: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def position: Int
- def prev: Parsed
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
-
def
toString(): String
- Definition Classes
- Parsed → AnyRef → Any
- def verbosity: Int
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withVerbosity(v: Int): Parsed.this.type