SelfCall

case class SelfCall[Tag](q: Int, params: List[Rhs[Tag]]) extends Rhs[Tag]

Calls a new rule at a given depth with the given parameters on the current input.

Source:
Rhs.scala
trait Product
trait Equals
trait Rhs[Tag]
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product