public class SkipPattern extends TokenPatternBase
| Constructor and Description |
|---|
SkipPattern(TokenPatternBase[] matchers)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected TokenPatternMatch |
matchesLocally(TokenStream stream)
Tries to match this pattern at the current position of the given stream.
|
java.lang.String |
toString() |
createMatch, setGroupIndexpublic SkipPattern(TokenPatternBase[] matchers)
protected TokenPatternMatch matchesLocally(TokenStream stream)
null otherwise. May modify
the stream's position.matchesLocally in class TokenPatternBasepublic java.lang.String toString()
toString in class java.lang.Object