Groovy 2.2.0

org.codehaus.groovy.classgen
[Groovy] Class genDgmMath

java.lang.Object
  groovy.lang.GroovyObjectSupport
      groovy.lang.Script
          org.codehaus.groovy.classgen.genDgmMath

class genDgmMath
extends Script

Method Summary
def getMath(def a, def b)

static void main(String[] args)

Implicit main method for Groovy Scripts

 
Methods inherited from class Script
evaluate, evaluate, getBinding, getProperty, invokeMethod, print, printf, printf, println, println, run, run, setBinding, setProperty
 
Methods inherited from class GroovyObjectSupport
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

getMath

def getMath(def a, def b)


main

static void main(String[] args)
Implicit main method for Groovy Scripts


 

Copyright © 2003-2013 The Codehaus. All rights reserved.