Packages

package regexp

Package regexp provides ECMA-262 RegExp pattern AST and the parser.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. regexp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class ParsingException extends Exception

    ParsingException is an exception class which is thrown on occurring parsing failure or some syntax errors can be detected statically.

  2. final case class Pattern(node: Node, flagSet: FlagSet) extends Product with Serializable

    Pattern is ECMA-262 RegExp pattern.

Value Members

  1. object Parser

    ECMA-262 RegExp parser implementation.

  2. object Pattern extends Serializable

    Pattern nodes and utilities.

Inherited from AnyRef

Inherited from Any

Ungrouped