IrNodeMatchingRules

final case class IrNodeMatchingRules(rules: List[IrNodeRule], withTracing: RuleProcessTracing)
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def findForPath(path: IrNodePath, isXml: Boolean): List[IrNodeRule]
def renderAsString: String
def validateNode(path: IrNodePath, expected: IrNode, actual: IrNode): List[IrNodeEqualityResult]
def validatePrimitive(path: IrNodePath, expected: IrNodePrimitive, actual: IrNodePrimitive, checkParentTypeRule: Boolean, isXml: Boolean): List[IrNodeEqualityResult]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product