Class OA2LibLoader

  • All Implemented Interfaces:
    org.qdl_lang.state.LibLoader
    Direct Known Subclasses:
    OA2LibLoader2

    public class OA2LibLoader
    extends Object
    implements org.qdl_lang.state.LibLoader
    Remember that a reference to this class goes into the QDL configuration <modules> tag and its function is to simply put a convenient listing of whatever classes it has into the info().lib entry.

    Created by Jeff Gaynor
    on 4/4/23 at 9:20 AM

    • Field Detail

      • libKey

        protected String libKey
    • Constructor Detail

      • OA2LibLoader

        public OA2LibLoader()
    • Method Detail

      • add

        public void add​(org.qdl_lang.state.State state)
        Specified by:
        add in interface org.qdl_lang.state.LibLoader
      • createEntries

        protected org.qdl_lang.variables.QDLStem createEntries()