Class GroovyTypeCheckingExtensionSupport.TypeCheckingDSL

    • Constructor Detail

      • TypeCheckingDSL

        public TypeCheckingDSL()
    • Method Detail

      • getProperty

        public java.lang.Object getProperty​(java.lang.String property)
        Description copied from interface: GroovyObject
        Retrieves a property value.
        Specified by:
        getProperty in interface GroovyObject
        Overrides:
        getProperty in class Script
        Parameters:
        property - the name of the property of interest
        Returns:
        the given property
      • setProperty

        public void setProperty​(java.lang.String property,
                                java.lang.Object newValue)
        Description copied from interface: GroovyObject
        Sets the given property to the new value.
        Specified by:
        setProperty in interface GroovyObject
        Overrides:
        setProperty in class Script
        Parameters:
        property - the name of the property of interest
        newValue - the new value for the property
      • invokeMethod

        public java.lang.Object invokeMethod​(java.lang.String name,
                                             java.lang.Object args)
        Description copied from class: Script
        Invoke a method (or closure in the binding) defined.
        Specified by:
        invokeMethod in interface GroovyObject
        Overrides:
        invokeMethod in class Script
        Parameters:
        name - method to call
        args - arguments to pass to the method
        Returns:
        value