public final class MatchActionInfo extends Object
MatchAction,
MatchActionProcessor| 限定符和类型 | 字段和说明 |
|---|---|
char[] |
charLine
The char[] representation of the matching line with the trailing
newline truncated.
|
List |
fields
A List of Strings containing the fields of the line that were
separated out by the fieldSeparator.
|
Pattern |
fieldSeparator
The field separator used by the MatchActionProcessor.
|
BufferedReader |
input
The input stream passed to the MatchActionProcessor from which the
matching line was read.
|
String |
line
The String representation of the matching line with the trailing
newline truncated.
|
int |
lineNumber
The line number of the matching line
|
MatchResult |
match
The first match found in the line of input.
|
PatternMatcher |
matcher
The PatternMatcher used to find the match.
|
PrintWriter |
output
The output stream passed to the MatchActionProcessor.
|
Pattern |
pattern
The pattern found in the line of input.
|
| 构造器和说明 |
|---|
MatchActionInfo() |
public int lineNumber
public String line
public char[] charLine
public Pattern fieldSeparator
public List fields
public PatternMatcher matcher
public Pattern pattern
public MatchResult match
public PrintWriter output
public BufferedReader input
Copyright © 2022. All rights reserved.