ParsingResult

open class ParsingResult<RootNode : Node>(issues: List<Issue>, val root: RootNode?, code: String? = null, val incompleteNode: Node? = null, val time: Long? = null) : CodeProcessingResult<RootNode>

Constructors

Link copied to clipboard
constructor(issues: List<Issue>, root: RootNode?, code: String? = null, incompleteNode: Node? = null, time: Long? = null)

Functions

Link copied to clipboard
fun <N : Node> ParsingResult<N>.debugPrint(indent: String = "", configuration: DebugPrintConfiguration = DebugPrintConfiguration()): String
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

Properties

Link copied to clipboard
val code: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val incompleteNode: Node? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val time: Long? = null