public class CompletionsArguments
extends java.lang.Object
Constructor and Description |
---|
CompletionsArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getColumn()
The character position for which to determine the completion proposals.
|
java.lang.Integer |
getFrameId()
Returns completions in the scope of this stack frame.
|
java.lang.Integer |
getLine()
An optional line for which to determine the completion proposals.
|
java.lang.String |
getText()
One or more source lines.
|
int |
hashCode() |
void |
setColumn(int column)
The character position for which to determine the completion proposals.
|
void |
setFrameId(java.lang.Integer frameId)
Returns completions in the scope of this stack frame.
|
void |
setLine(java.lang.Integer line)
An optional line for which to determine the completion proposals.
|
void |
setText(java.lang.String text)
One or more source lines.
|
java.lang.String |
toString() |
@Pure public java.lang.Integer getFrameId()
This is an optional property.
public void setFrameId(java.lang.Integer frameId)
This is an optional property.
@Pure public java.lang.String getText()
public void setText(java.lang.String text)
@Pure public int getColumn()
public void setColumn(int column)
@Pure public java.lang.Integer getLine()
This is an optional property.
public void setLine(java.lang.Integer line)
This is an optional property.
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object