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:
getPluginDefaultGroovyMethods
in interfaceVMPlugin
- Overrides:
getPluginDefaultGroovyMethods
in classJava5
-
getPluginStaticGroovyMethods
public java.lang.Class[] getPluginStaticGroovyMethods()
- Specified by:
getPluginStaticGroovyMethods
in interfaceVMPlugin
- Overrides:
getPluginStaticGroovyMethods
in classJava5
-
-