Package-level declarations

Types

Link copied to clipboard
class ASTDifferenceException(val context: String, val expected: Any, val actual: Any) : Exception
Link copied to clipboard
class IgnoreChildren<N : Node> : List<N>

Functions

Link copied to clipboard
fun <N : Node> assertASTsAreEqual(expected: Node, actual: ParsingResult<N>, context: String = "<root>", considerRange: Boolean = false)
fun assertASTsAreEqual(expected: Node, actual: Node, context: String = "<root>", considerRange: Boolean = false, useLightweightAttributeEquality: Boolean = false)
Link copied to clipboard