Class GroovyFunction

All Implemented Interfaces:
Element

public class GroovyFunction extends Function
  • Constructor Details

  • Method Details

    • withArgs

      public GroovyFunction withArgs(String args)
    • withBody

      public GroovyFunction withBody(String body)
    • getVirtualName

      public String getVirtualName()
      unique indefifier in format: fid_implid_code
      Returns:
      value of virtualName as String object
    • getDigest

      public String getDigest()
      Description copied from class: Function
      to override in subclasses if needed
      Overrides:
      getDigest in class Function
      Returns:
      function digest or null, if function does not implement it