public final class Perl5Debug
extends java.lang.Object
Perl5Pattern
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
printProgram(Perl5Pattern regexp)
This method prints to a String the bytecode program contained in a
Perl5Pattern._ The program byte codes are identical to those
generated by Perl5 with the -r option, but the offsets are
different due to the different data structures used.
|
public static java.lang.String printProgram(Perl5Pattern regexp)
regexp
- The Perl5Pattern to print.Copyright ? 2000-2003 Apache Software Foundation. All Rights Reserved.