Class RulesAcceptor

    • Field Detail

      • owners

        protected final DeclImpl[] owners
    • Method Detail

      • createClone

        public Acceptor createClone()
        Description copied from interface: Acceptor
        clones this acceptor.

        You can keep a "bookmark" of the acceptor by cloning it. This is useful when you are trying to perform "partial validation".

        Cloned acceptor will behave in exactly the same way as the original one.