Class Macros

  • All Implemented Interfaces:
    groovy.lang.GroovyObject

    public class Macros
    extends groovy.lang.Script
    • Constructor Summary

      Constructors 
      Constructor Description
      Macros()  
      Macros​(groovy.lang.Binding context)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String... args)  
      java.lang.Object run()  
      • Methods inherited from class groovy.lang.Script

        evaluate, evaluate, getBinding, getProperty, invokeMethod, print, printf, printf, println, println, run, setBinding, setProperty
      • Methods inherited from class groovy.lang.GroovyObjectSupport

        getMetaClass, setMetaClass
      • Methods inherited from class java.lang.Object

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

      • Macros

        public Macros()
      • Macros

        public Macros​(groovy.lang.Binding context)
    • Method Detail

      • main

        public static void main​(java.lang.String... args)
      • run

        public java.lang.Object run()
        Specified by:
        run in class groovy.lang.Script