BOL

weaponregex.model.regextree.BOL
case class BOL(location: Location) extends Leaf[Char]

Beginning of Line (BOL) leaf node

Attributes

location

The weaponregex.model.Location of the node in the regex string

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Leaf[Char]
trait RegexTree
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

override val postfix: String

The string that is put after the node's children when building

The string that is put after the node's children when building

Attributes

Inherited from:
Leaf
override val prefix: String

The string that is put in front of the node's children when building

The string that is put in front of the node's children when building

Attributes

Inherited from:
Leaf
val value: Char

Attributes

Inherited from:
Leaf