sunday-generator
1.1.0-beta.2
generator
/
io.outfoxx.sunday.generator.common
/
DefinitionLocation
Definition
Location
data
class
DefinitionLocation
(
val
location
:
String
,
val
range
:
PositionRange
)
Constructors
Functions
Properties
Constructors
Definition
Location
Link copied to clipboard
fun
DefinitionLocation
(
element
:
DomainElement
)
Definition
Location
Link copied to clipboard
fun
DefinitionLocation
(
location
:
String
,
range
:
PositionRange
)
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
error
Message
Link copied to clipboard
val
errorMessage
:
String
location
Link copied to clipboard
val
location
:
String
range
Link copied to clipboard
val
range
:
PositionRange