Field Summary |
|
public char[] | charLine The char[] representation of the matching line with the trailing
newline truncated. |
public Pattern | fieldSeparator The field separator used by the MatchActionProcessor. |
public List | fields A List of Strings containing the fields of the line that were
separated out by the fieldSeparator. |
public BufferedReader | input The input stream passed to the MatchActionProcessor from which the
matching line was read. |
public String | line The String representation of the matching line with the trailing
newline truncated. |
public int | lineNumber |
public MatchResult | match The first match found in the line of input. |
public PatternMatcher | matcher The PatternMatcher used to find the match. |
public PrintWriter | output The output stream passed to the MatchActionProcessor. |
public Pattern | pattern The pattern found in the line of input. |