| Package | Description |
|---|---|
| edu.washington.cs.knowitall.regex |
| Modifier and Type | Method and Description |
|---|---|
Expression.BaseExpression<E> |
ExpressionFactory.apply(String token) |
abstract Expression.BaseExpression<E> |
ExpressionFactory.create(String token) |
abstract Expression.BaseExpression<E> |
RegularExpressionParser.factory(String token)
The factory method creates an expression from the supplied token string.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> RegularExpression<E> |
RegularExpression.compile(String expression,
com.google.common.base.Function<String,Expression.BaseExpression<E>> factoryDelegate)
Create a regular expression from the specified string.
|
Copyright © 2010–2013 University of Washington CSE. All rights reserved.