Flags

weaponregex.model.regextree.Flags
case class Flags(flags: Seq[Character], location: Location) extends Node

A sequence of flags for use in weaponregex.model.regextree.FlagToggle

Attributes

flags

The sequence of flag weaponregex.model.regextree.Character s

location

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

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

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