public class CodeLens extends Object
Constructor and Description |
---|
CodeLens(Range range,
Command command,
Object data)
Create a new instance of CodeLens.
|
Modifier and Type | Method and Description |
---|---|
Command |
getCommand()
Returns the command associated with the code lens.
|
Object |
getData()
Returns additional data associated with the lens, if any.
|
Range |
getRange()
Returns the range of the code lens.
|
public Range getRange()
public Command getCommand()
public Object getData()