public class NotFollowedByPattern extends ZeroLengthTokenPatternBase
Constructor and Description |
---|
NotFollowedByPattern(TokenPatternBase matcher)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
conditionApplies(TokenStream stream)
Returns
true if this pattern applies at the current position
of the stream. |
java.lang.String |
toString() |
matchesLocally
createMatch, setGroupIndex
public NotFollowedByPattern(TokenPatternBase matcher)
protected boolean conditionApplies(TokenStream stream)
true
if this pattern applies at the current position
of the stream. May modify the stream's position.conditionApplies
in class ZeroLengthTokenPatternBase
public java.lang.String toString()
toString
in class java.lang.Object