RunResult

org.parboiled2.support.RunResult
See theRunResult companion trait
object RunResult

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
RunResult.type

Members list

Type members

Classlikes

object Aux extends Aux1

Attributes

Companion
trait
Supertypes
class Aux1
class Aux2
class Object
trait Matchable
class Any
Self type
Aux.type
sealed trait Aux[T, Out]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
abstract class Aux1 extends Aux2

Attributes

Supertypes
class Aux2
class Object
trait Matchable
class Any
Known subtypes
object Aux.type
abstract class Aux2

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Aux1
object Aux.type

Implicits

Implicits

implicit def fromAux[T, Out0 <: RuleX](implicit aux: Aux[T, Out0]): RunResult[T] { type Out = Out0; }