Result

data class Result(source: String, root: Statement, locations: SourceLocations)

Properties

Link copied to clipboard
val locations: SourceLocations
Link copied to clipboard
val root: Statement
Link copied to clipboard
val source: String