On this page
[Groovy] Script genMathModification
- org.codehaus.groovy.classgen.genMathModification
class genMathModification
extends Script
Constructor Summary
Constructor and description |
---|
genMathModification() |
genMathModification(Binding context) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
Object |
getMath(Object left, Object right) |
|
Object |
isFloatingPoint(Object number) |
|
Object |
isLong(Object number) |
|
static void |
main(String[] args) |
|
Object |
run() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Script |
evaluate, evaluate, getBinding, getProperty, invokeMethod, print, printf, printf, println, println, run, run, setBinding, setProperty |
class GroovyObjectSupport |
getMetaClass, setMetaClass |
Constructor Detail
genMathModification()
genMathModification(Binding context)
Method Detail
Object getMath(Object left, Object right)
Object isFloatingPoint(Object number)
Object isLong(Object number)
static void main(String[] args)
Object run()
© 2003-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/org/codehaus/groovy/classgen/genMathModification.html