RuleChecks

object RuleChecks
class Object
trait Matchable
class Any

Value members

Concrete methods

def checkForNode(rules: IrNodeMatchingRules, path: IrNodePath, expected: IrNode, actual: IrNode): Option[IrNodeEqualityResult]
def checkForPrimitive(rules: IrNodeMatchingRules, path: IrNodePath, expected: Option[IrNodePrimitive], actual: Option[IrNodePrimitive], checkParentTypeRule: Boolean, isXml: Boolean): Option[IrNodeEqualityResult]