Uses of Class
edu.washington.cs.knowitall.regex.Expression.AssertionExpression
-
Packages that use Expression.AssertionExpression Package Description edu.washington.cs.knowitall.regex -
-
Uses of Expression.AssertionExpression in edu.washington.cs.knowitall.regex
Subclasses of Expression.AssertionExpression in edu.washington.cs.knowitall.regex Modifier and Type Class Description static class
Expression.EndAssertion<E>
A non-consuming expression that matches the end of a line.static class
Expression.StartAssertion<E>
A non-consuming expression that matches the start of a line.
-