public class CompletionsArguments extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static CompletionsArguments |
create(String text,
Integer column) |
boolean |
equals(Object obj) |
int |
getColumn()
The character position for which to determine the completion proposals.
|
Integer |
getFrameId()
Returns completions in the scope of this stack frame.
|
Integer |
getLine()
An optional line for which to determine the completion proposals.
|
String |
getText()
One or more source lines.
|
int |
hashCode() |
CompletionsArguments |
setColumn(int column) |
CompletionsArguments |
setFrameId(Integer frameId) |
CompletionsArguments |
setLine(Integer line) |
CompletionsArguments |
setText(String text) |
public Integer getFrameId()
public CompletionsArguments setFrameId(Integer frameId)
public String getText()
public CompletionsArguments setText(String text)
public int getColumn()
public CompletionsArguments setColumn(int column)
public Integer getLine()
public CompletionsArguments setLine(Integer line)
public static CompletionsArguments create(String text, Integer column)