All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static void |
createReadline(Ruby runtime) |
static jline.console.completer.Completer |
getCompletor(Readline.ConsoleHolder holder) |
static jline.console.history.History |
getHistory(Readline.ConsoleHolder holder) |
static Readline.ConsoleHolder |
getHolder(Ruby runtime) |
static Readline.ConsoleHolder |
getHolderWithReadline(Ruby runtime) |
protected static void |
initReadline(Ruby runtime,
Readline.ConsoleHolder holder) |
static IRubyObject |
s_get_basic_word_break_character(IRubyObject recv) |
static IRubyObject |
s_get_completion_case_fold(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
s_get_line_buffer(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
s_get_point(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
s_get_screen_size(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
s_readline(IRubyObject recv) |
static IRubyObject |
s_readline(IRubyObject recv,
IRubyObject prompt) |
static IRubyObject |
s_readline(IRubyObject recv,
IRubyObject prompt,
IRubyObject add_to_hist) |
static IRubyObject |
s_readline(ThreadContext context,
IRubyObject recv,
IRubyObject prompt,
IRubyObject add_to_hist) |
static IRubyObject |
s_refresh_line(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
s_set_basic_word_break_character(IRubyObject recv,
IRubyObject achar) |
static IRubyObject |
s_set_completion_append_character(IRubyObject recv,
IRubyObject achar) |
static IRubyObject |
s_set_completion_case_fold(ThreadContext context,
IRubyObject recv,
IRubyObject other) |
static IRubyObject |
s_set_completion_proc(IRubyObject recv,
IRubyObject proc) |
static void |
setCompletor(Readline.ConsoleHolder holder,
jline.console.completer.Completer completor) |
static IRubyObject |
setInput(ThreadContext context,
IRubyObject recv,
IRubyObject input) |
static IRubyObject |
setOutput(ThreadContext context,
IRubyObject recv,
IRubyObject output) |
static IRubyObject |
unimplemented(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
unimplemented19(ThreadContext context,
IRubyObject recv) |