|
|||||||||
| Home >> All >> org >> apache >> oro >> text >> [ perl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.oro.text.perl
Class ParsedSubstitutionEntry

java.lang.Objectorg.apache.oro.text.perl.ParsedSubstitutionEntry
- final class ParsedSubstitutionEntry
- extends java.lang.Object
- Since:
- 1.0
- Version:
- @version@
| Field Summary | |
(package private) int |
_numSubstitutions
|
(package private) org.apache.oro.text.regex.Pattern |
_pattern
|
(package private) org.apache.oro.text.regex.Perl5Substitution |
_substitution
|
| Constructor Summary | |
(package private) |
ParsedSubstitutionEntry(org.apache.oro.text.regex.Pattern pattern,
org.apache.oro.text.regex.Perl5Substitution substitution,
int numSubstitutions)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
_numSubstitutions
int _numSubstitutions
_pattern
org.apache.oro.text.regex.Pattern _pattern
_substitution
org.apache.oro.text.regex.Perl5Substitution _substitution
| Constructor Detail |
ParsedSubstitutionEntry
ParsedSubstitutionEntry(org.apache.oro.text.regex.Pattern pattern, org.apache.oro.text.regex.Perl5Substitution substitution, int numSubstitutions)
|
|||||||||
| Home >> All >> org >> apache >> oro >> text >> [ perl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.oro.text.perl.ParsedSubstitutionEntry