Class Expression.StartAssertion<E>
java.lang.Object
edu.washington.cs.knowitall.regex.Expression.AssertionExpression<E>
edu.washington.cs.knowitall.regex.Expression.StartAssertion<E>
- Type Parameters:
E-
- All Implemented Interfaces:
com.google.common.base.Predicate<E>,Expression<E>,Predicate<E>
- Enclosing interface:
Expression<E>
A non-consuming expression that matches the start of a line.
^<foo>-
Nested Class Summary
Nested classes/interfaces inherited from interface edu.washington.cs.knowitall.regex.Expression
Expression.AssertionExpression<E>, Expression.BaseExpression<E>, Expression.EndAssertion<E>, Expression.MatchingGroup<E>, Expression.MinMax<E>, Expression.NamedGroup<E>, Expression.NonMatchingGroup<E>, Expression.Option<E>, Expression.Or<E>, Expression.Plus<E>, Expression.Star<E>, Expression.StartAssertion<E> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class edu.washington.cs.knowitall.regex.Expression.AssertionExpression
apply, build, minMatchingLengthMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.common.base.Predicate
equals, test
-
Constructor Details
-
StartAssertion
public StartAssertion()
-
-
Method Details
-
apply
- Specified by:
applyin classExpression.AssertionExpression<E>
-
toString
-