ParsingResultWithFirstStage

class ParsingResultWithFirstStage<RootNode : Node, P : ParserRuleContext>(issues: List<Issue>, root: RootNode?, code: String? = null, incompleteNode: Node? = null, time: Long? = null, val firstStage: FirstStageParsingResult<P>) : ParsingResult<RootNode>

Constructors

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

Functions

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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val time: Long?