public abstract class StringPatternSequence extends Object implements StringPattern
StringPatterns.| Modifier and Type | Field and Description |
|---|---|
protected List<StringPattern> |
_patterns |
| Modifier | Constructor and Description |
|---|---|
protected |
StringPatternSequence(StringPattern[] pattern) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendPattern(StringPattern pattern)
Appends the specified pattern.
|
protected abstract String |
getOperatorSymbol()
Returns the operator symbol for pretty printing.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitmatchesprotected final List<StringPattern> _patterns
protected StringPatternSequence(StringPattern[] pattern)
public void appendPattern(StringPattern pattern)
protected abstract String getOperatorSymbol()
toString().Copyright © 2014. All rights reserved.