arrow-analysis-java-plugin
2.0.2-alpha.18
arrow-analysis-java-plugin
/
arrow.meta.plugins.analysis.java.ast.elements
/
JavaSourceLocation
Java
Source
Location
class
JavaSourceLocation
(
unit
:
CompilationUnitTree
,
startPos
:
Long
,
endPos
:
Long
)
:
CompilerMessageSourceLocation
Content copied to clipboard
Types
Properties
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Properties
column
Link copied to clipboard
open
override
val
column
:
Int
Content copied to clipboard
columnEnd
Link copied to clipboard
open
override
val
columnEnd
:
Int
Content copied to clipboard
line
Link copied to clipboard
open
override
val
line
:
Int
Content copied to clipboard
lineContent
Link copied to clipboard
open
override
val
lineContent
:
String
?
Content copied to clipboard
lineEnd
Link copied to clipboard
open
override
val
lineEnd
:
Int
Content copied to clipboard
path
Link copied to clipboard
open
override
val
path
:
String
Content copied to clipboard