Package org.qdl_lang.extensions
This contains the classes for extending the QDL language with Java. You create a module written in Java then
import it and at that point can use its functions and variables as per usual inside QDL.
Created by Jeff Gaynor
on 3/13/20 at 8:24 AM
-
Interface Summary Interface Description QDLFunction A wrapper for a single Java method that can be invoked from QDL.QDLLoader Interface for loading your classes.QDLMetaModule One way to make a Java module is to have a super class and have each method or variable defined as non-static inner classes.QDLVariable This represents a QDL variable. -
Class Summary Class Description JavaModule This will let you create your own extensions to QDL in Java.QDLFunctionRecord This is needed for internal bookkeeping.