Marker

case class Marker(tag: NamedTag, isSection: Boolean, appliesToNext: Boolean) extends Description

Description of a Tag fragment

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def show: String
override def toString: String
Definition Classes
Any

Inherited methods

def matches(s: String): Boolean
Inherited from:
Description
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def stripMargin(margin: Char): Description
Inherited from:
Description