Anchor

de.activegroup.scalajasper.core.Anchor
See theAnchor companion class
object Anchor

Attributes

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

Members list

Type members

Classlikes

sealed case class Bookmark(level: Int, name: Expression[String]) extends Anchor

an anchor, which shows up in a table of contents on the given level (> 0)

an anchor, which shows up in a table of contents on the given level (> 0)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Anchor
class Object
trait Matchable
class Any
Show all
case object None extends Anchor

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Anchor
class Object
trait Matchable
class Any
Show all
Self type
None.type
sealed case class Plain(name: Expression[String]) extends Anchor

just a plain Anchor

just a plain Anchor

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Anchor
class Object
trait Matchable
class Any
Show all