RegexTree

weaponregex.internal.model.regextree.RegexTree
sealed trait RegexTree

The abstraction of a RegexTree node

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Leaf[A]
class AnyDot
class BOL
class Boundary
class Character
class ControlChar
class EOL
class Empty
class MetaChar
class Quote
class QuoteChar
class Node
class AtomicGroup
class Concat
class FlagNCGroup
class FlagToggle
class Flags
class Group
class Lookaround
class NamedGroup
class Or
Show all

Members list

Value members

Abstract methods

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

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

Attributes

def 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

def 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