Skip to content

Matching should be hierachical #10

Description

@GoogleCodeExporter
As a performance optimization, allow hierarchical match.

eg. 
if matches pattern 1, check 2 and 3
if matches pattern 4, check 5 and 6

The parent match can contribute to the match context and allow
progressively simpler (and fewer) patterns.

This will be especially useful for complex patterns in the namespace. They
can be matched once, and a child pattern used to distinguish the action
and/or method.


Original issue reported on code.google.com by jeromyev...@gmail.com on 27 Apr 2008 at 4:01

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions