Class ArgumentListProcessor.OptionalParam

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OptionalParam

        public OptionalParam​(boolean suppliedVar,
                             LispObject form)
      • OptionalParam

        public OptionalParam​(Symbol var,
                             boolean special,
                             Symbol suppliedVar,
                             boolean suppliedSpecial,
                             LispObject form)