RegexTree

weaponregex.model.regextree.RegexTree
sealed trait RegexTree

The abstraction of a RegexTree node

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

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