LocalAnchor

de.activegroup.scalajasper.core.Hyperlink.LocalAnchor
sealed case class LocalAnchor(anchor: Expression[String]) extends Hyperlink

point to a local anchor, whose name (?) is specified by the given expression

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Hyperlink
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product