org.codehaus.groovy.vmplugin
Interface VMPlugin

All Known Implementing Classes:
Java4, Java5

public interface VMPlugin

Interface to access VM version based actions. This interface is for internal use only!

Author:
Jochen Theodorou

Method Summary
 java.lang.Class[] getPluginDefaultGroovyMethods()
           
 void setGenericsTypes(ClassNode c)
           
 

Method Detail

setGenericsTypes

void setGenericsTypes(ClassNode c)

getPluginDefaultGroovyMethods

java.lang.Class[] getPluginDefaultGroovyMethods()


Copyright © ${year} The Codehaus. All Rights Reserved.