Class RemoveUnreachablePatternsVisitor


  • public class RemoveUnreachablePatternsVisitor
    extends Visitor
    A visitor which removes patterns which are children of zero-only masks.

    This represents the fact that masks containing only zeroes do not require comparing with the pattern because the result is always true.

    • Constructor Detail

      • RemoveUnreachablePatternsVisitor

        public RemoveUnreachablePatternsVisitor()