RegExpComponent class abstract

Base interface for FancyRegex's expression block building.

Implementations of this interface must override toString method.

Implementers
Available Extensions

Constructors

RegExpComponent()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Raw representation of the expression to use directly on RegExp
override

Operators

operator ==(Object other) bool
The equality operator.
inherited