JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.gradle.tooling.model.kotlin.dsl
Interface EditorPosition
public interface
EditorPosition
Position in the editor.
Since:
6.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
getColumn
()
int
getLine
()
Method Details
getLine
int
getLine
()
getColumn
int
getColumn
()