Groovy 2.2.0

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

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

class genMathModification
extends Script

Method Summary
def getMath(def left, def right)

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 left, def right)


main

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


 

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