SelfCall

fs2.data.esp.Rhs.SelfCall
case class SelfCall[T](q: Int, params: List[Rhs[T]]) extends Rhs[T]

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

Attributes

Source
Rhs.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Rhs[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product