Returns the text of the pattern
()
| 125 | * Returns the text of the pattern |
| 126 | */ |
| 127 | public String getPatternText() { |
| 128 | return patternText; |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * Returns the text of the pattern between the given offsets |
no outgoing calls
no test coverage detected