CharacterClassNaked

weaponregex.internal.model.regextree.CharacterClassNaked
case class CharacterClassNaked(nodes: Seq[RegexTree], location: Location) extends Node

Character class node without the surround syntactical symbols, i.e. "naked"

Value parameters

location

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

nodes

The child nodes contained in the character class

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Node
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

val children: Seq[RegexTree]

Attributes

Inherited from:
Node
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:
Node
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:
Node
val sep: String

Attributes

Inherited from:
Node