ExpectedNode

Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def addCheck(check: Check): Unit
def addExpectedChild(child: ExpectedNode): Unit
def checkNode(node: Node, clue: String): ErrorList
def checkNodeType(actualNode: Node): MaybeError
def checks: List[Check]
def like(rules: Rule*): ExpectedNode
def of(rules: Rule*): ExpectedNode
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any

Concrete fields

val isComment: Boolean
val isTextNode: Boolean
val maybeTagName: Option[String]
val nodeType: String