Uses of Class
edu.washington.cs.knowitall.regex.Expression.BaseExpression
-
Packages that use Expression.BaseExpression Package Description edu.washington.cs.knowitall.regex -
-
Uses of Expression.BaseExpression in edu.washington.cs.knowitall.regex
Methods in edu.washington.cs.knowitall.regex that return Expression.BaseExpression Modifier and Type Method Description Expression.BaseExpression<E>
ExpressionFactory. apply(java.lang.String token)
abstract Expression.BaseExpression<E>
ExpressionFactory. create(java.lang.String token)
abstract Expression.BaseExpression<E>
RegularExpressionParser. factory(java.lang.String token)
The factory method creates an expression from the supplied token string.Method parameters in edu.washington.cs.knowitall.regex with type arguments of type Expression.BaseExpression Modifier and Type Method Description static <E> RegularExpression<E>
RegularExpression. compile(java.lang.String expression, com.google.common.base.Function<java.lang.String,Expression.BaseExpression<E>> factoryDelegate)
Create a regular expression from the specified string.
-