Package org.codehaus.groovy.vmplugin.v6
Class Java6
- java.lang.Object
-
- org.codehaus.groovy.vmplugin.v5.Java5
-
- org.codehaus.groovy.vmplugin.v6.Java6
-
-
Constructor Summary
Constructors Constructor Description Java6()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class[]getPluginDefaultGroovyMethods()java.lang.Class[]getPluginStaticGroovyMethods()-
Methods inherited from class org.codehaus.groovy.vmplugin.v5.Java5
configureAnnotation, configureClassNode, setAdditionalClassInformation
-
-
-
-
Method Detail
-
getPluginDefaultGroovyMethods
public java.lang.Class[] getPluginDefaultGroovyMethods()
- Specified by:
getPluginDefaultGroovyMethodsin interfaceVMPlugin- Overrides:
getPluginDefaultGroovyMethodsin classJava5
-
getPluginStaticGroovyMethods
public java.lang.Class[] getPluginStaticGroovyMethods()
- Specified by:
getPluginStaticGroovyMethodsin interfaceVMPlugin- Overrides:
getPluginStaticGroovyMethodsin classJava5
-
-