Class Operator

    • Constructor Detail

      • Operator

        public Operator()
    • Method Detail

      • getLambdaName

        public final LispObject getLambdaName()
      • setLambdaName

        public final void setLambdaName​(LispObject obj)
      • getLambdaList

        public final LispObject getLambdaList()
      • setLambdaList

        public final void setLambdaList​(LispObject obj)
      • getParts

        public LispObject getParts()
        Description copied from class: LispObject
        Implementing the getParts() protocol will allow INSPECT to return information about the substructure of a descendent of LispObject. The protocol is to return a List of Cons pairs, where the car of each pair contains a decriptive string, and the cdr returns a subobject for inspection.
        Overrides:
        getParts in class LispObject