public final class Perl5Debug extends Object
Perl5Pattern| 限定符和类型 | 方法和说明 |
|---|---|
static 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 String printProgram(Perl5Pattern regexp)
regexp - The Perl5Pattern to print.Copyright © 2022. All rights reserved.