Skip to content

Subdivide Pattern Interface #9

Description

@hyperpape

The pattern interface supports three methods (matches, containedIn, find). When compiling to a Java class, each of these methods plays a role in the size of the class. Since the compiled class is often large, it might be desirable to allow compiling to a class which only supports match, or only supports match/containedIn. Probably supporting all 5 non-empty combinations of methods would be tedious and confusing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions