FirstStageParsingResult

class FirstStageParsingResult<C : ParserRuleContext>(issues: List<Issue>, val root: C?, code: String? = null, val incompleteNode: Node? = null, val time: Long? = null, val lexingTime: Long? = null) : CodeProcessingResult<C>

Constructors

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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int

Properties

Link copied to clipboard
val code: String?
Link copied to clipboard
Link copied to clipboard
val data: C?
Link copied to clipboard
val incompleteNode: Node? = null
Link copied to clipboard
Link copied to clipboard
val lexingTime: Long? = null
Link copied to clipboard
val root: C?
Link copied to clipboard
val time: Long? = null