Uses of Class
edu.washington.cs.knowitall.regex.Expression.BaseExpression
Packages that use Expression.BaseExpression
-
Uses of Expression.BaseExpression in edu.washington.cs.knowitall.regex
Methods in edu.washington.cs.knowitall.regex that return Expression.BaseExpressionModifier and TypeMethodDescriptionabstract Expression.BaseExpression
<E> abstract Expression.BaseExpression
<E> 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.BaseExpressionModifier and TypeMethodDescriptionstatic <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.