Interface VMPlugin

  • All Known Implementing Classes:
    Java4, Java5, Java6, Java7

    public interface VMPlugin
    Interface to access VM version based actions. This interface is for internal use only!
    Author:
    Jochen Theodorou
    • Method Detail

      • setAdditionalClassInformation

        void setAdditionalClassInformation​(ClassNode c)
      • getPluginDefaultGroovyMethods

        java.lang.Class[] getPluginDefaultGroovyMethods()
      • getPluginStaticGroovyMethods

        java.lang.Class[] getPluginStaticGroovyMethods()
      • configureAnnotation

        void configureAnnotation​(AnnotationNode an)