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() | 
matchesLocallycreateMatch, setGroupIndexpublic 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 ZeroLengthTokenPatternBasepublic java.lang.String toString()
toString in class java.lang.Object