Navigation
index
modules
|
ooc v0.3.0 documentation
»
text/Shlex
¶
class
Shlex
¶
extends:
Object
static method
new
→
Shlex
¶
method
init
¶
method
_add
(
unquote:
Bool
)
¶
method
close
→
ArrayList<T>
¶
method
feed~char
(
chr:
Char
)
¶
method
feed~string
(
s:
String
)
¶
static method
split
(
s:
String
)
→
ArrayList<T>
¶
Split the string following the shell lexer rules and return the splitted parts.
state
→
Int
¶
buffer
→
Buffer
¶
result
→
ArrayList<T>
¶
backslash
→
Bool
¶
WAIT
→
Int
¶
WORD
→
Int
¶
SQUOTED
→
Int
¶
DQUOTED
→
Int
¶
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
ooc v0.3.0 documentation
»