scala
.
tools
.
jline
.
console
.
completer
.
ArgumentCompleter
AbstractArgumentDelimiter
class
AbstractArgumentDelimiter
extends
ArgumentDelimiter
Attributes
abstract
Linear Supertypes
ArgumentDelimiter
, AnyRef,
Any
Known Subclasses
WhitespaceArgumentDelimiter
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
AbstractArgumentDelimiter
ArgumentDelimiter
AnyRef
Any
Visibility
Public
All
Instance Constructors
new
AbstractArgumentDelimiter
()
Abstract Value Members
def
isDelimiterChar
(
buffer:
CharSequence
,
pos:
Int
)
:
Boolean
Attributes
abstract
Concrete Value Members
def
!=
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
!=
(
arg0:
Any
)
:
Boolean
Attributes
final
Definition Classes
Any
def
##
()
:
Int
Attributes
final
Definition Classes
AnyRef → Any
def
==
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
==
(
arg0:
Any
)
:
Boolean
Attributes
final
Definition Classes
Any
def
asInstanceOf
[
T0
]
: T0
Attributes
final
Definition Classes
Any
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
delimit
(
buffer:
CharSequence
,
cursor:
Int
)
:
ArgumentList
Definition Classes
AbstractArgumentDelimiter
→
ArgumentDelimiter
def
eq
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
getClass
()
: java.lang.Class[_]
Attributes
final
Definition Classes
AnyRef → Any
def
getEscapeChars
()
:
Array
[
Char
]
def
getQuoteChars
()
:
Array
[
Char
]
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
isDelimiter
(
buffer:
CharSequence
,
pos:
Int
)
:
Boolean
Definition Classes
AbstractArgumentDelimiter
→
ArgumentDelimiter
def
isEscaped
(
buffer:
CharSequence
,
pos:
Int
)
:
Boolean
def
isInstanceOf
[
T0
]
:
Boolean
Attributes
final
Definition Classes
Any
def
isQuoted
(
buffer:
CharSequence
,
pos:
Int
)
:
Boolean
def
ne
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
notify
()
:
Unit
Attributes
final
Definition Classes
AnyRef
def
notifyAll
()
:
Unit
Attributes
final
Definition Classes
AnyRef
def
setEscapeChars
(
chars:
Array
[
Char
]
)
:
Unit
def
setQuoteChars
(
chars:
Array
[
Char
]
)
:
Unit
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Attributes
final
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
wait
()
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
wait
(
arg0:
Long
)
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
Inherited from
ArgumentDelimiter
Inherited from AnyRef
Inherited from
Any