org.codehaus.groovy.vmplugin.v4
Class Java4

java.lang.Object
  extended by org.codehaus.groovy.vmplugin.v4.Java4
All Implemented Interfaces:
VMPlugin

public class Java4
extends java.lang.Object
implements VMPlugin

java 4 based functions

Author:
Jochen Theodorou

Field Summary
private static java.lang.Class[] EMPTY_CLASS_ARRAY
           
 
Constructor Summary
Java4()
           
 
Method Summary
 java.lang.Class[] getPluginDefaultGroovyMethods()
           
 void setGenericsTypes(ClassNode c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_CLASS_ARRAY

private static java.lang.Class[] EMPTY_CLASS_ARRAY
Constructor Detail

Java4

public Java4()
Method Detail

setGenericsTypes

public void setGenericsTypes(ClassNode c)
Specified by:
setGenericsTypes in interface VMPlugin

getPluginDefaultGroovyMethods

public java.lang.Class[] getPluginDefaultGroovyMethods()
Specified by:
getPluginDefaultGroovyMethods in interface VMPlugin


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