package regexp
Package regexp provides ECMA-262 RegExp pattern AST and the parser.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- regexp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- 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.
- final case class Pattern(node: Node, flagSet: FlagSet) extends Product with Serializable
Pattern is ECMA-262
RegExppattern.
Value Members
- object Parser
ECMA-262 RegExp parser implementation.
- object Pattern extends Serializable
Pattern nodes and utilities.