![]()
|
Jakarta-ORO 2.0.6 API: Class MatchActionInfo
org.apache.oro.text
|
Field Summary | |
char[] |
charLine
The char[] representation of the matching line with the trailing newline truncated. |
java.util.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. |
java.io.BufferedReader |
input
The input stream passed to the MatchActionProcessor from which the matching line was read. |
java.lang.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. |
java.io.PrintWriter |
output
The output stream passed to the MatchActionProcessor. |
Pattern |
pattern
The pattern found in the line of input. |
Constructor Summary | |
MatchActionInfo()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int lineNumber
public java.lang.String line
public char[] charLine
public Pattern fieldSeparator
public java.util.List fields
public PatternMatcher matcher
public Pattern pattern
public MatchResult match
public java.io.PrintWriter output
public java.io.BufferedReader input
Constructor Detail |
public MatchActionInfo()
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |