Class Functions

  • All Implemented Interfaces:
    DRLJavaEmitter

    public class Functions
    extends java.lang.Object
    implements DRLJavaEmitter
    Wrapper for functions. Functions must be written in the appropriate style, no formatting is contributed here.
    • Constructor Summary

      Constructors 
      Constructor Description
      Functions()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void renderDRL​(DRLOutput out)
      Each node can add its contribution to the output
      void setFunctionsListing​(java.lang.String functionsListing)  
      • Methods inherited from class java.lang.Object

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

      • Functions

        public Functions()
    • Method Detail

      • setFunctionsListing

        public void setFunctionsListing​(java.lang.String functionsListing)