NumberReference

weaponregex.internal.model.regextree.NumberReference
case class NumberReference(num: Int, location: Location) extends Leaf[Int]

Reference to a numbered capturing group leaf node

Value parameters

location

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

num

The order number of the capturing group being referenced

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Leaf[Int]
trait RegexTree
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

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: Int

Attributes

Inherited from:
Leaf