Package | Description |
---|---|
org.parboiled.parserunners |
Modifier and Type | Field and Description |
---|---|
static Predicate<ProfilingParseRunner.RuleReport> |
ProfilingParseRunner.Report.allRules |
static Predicate<ProfilingParseRunner.RuleReport> |
ProfilingParseRunner.Report.namedRules |
private java.util.Map<Rule,ProfilingParseRunner.RuleReport> |
ProfilingParseRunner.ruleReports |
java.util.List<ProfilingParseRunner.RuleReport> |
ProfilingParseRunner.Report.ruleReports |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ProfilingParseRunner.Report.printTopRules(int count,
Predicate<ProfilingParseRunner.RuleReport> filter) |
Constructor and Description |
---|
Report(int totalRuns,
int totalMatches,
int totalMismatches,
int rematches,
int remismatches,
long totalNanoTime,
java.util.List<ProfilingParseRunner.RuleReport> ruleReports) |