Package org.codehaus.groovy.tools
Class GroovyClass
- java.lang.Object
- 
- org.codehaus.groovy.tools.GroovyClass
 
- 
 public class GroovyClass extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static GroovyClass[]EMPTY_ARRAY
 - 
Constructor SummaryConstructors Constructor Description GroovyClass(java.lang.String name, byte[] bytes)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes()java.lang.StringgetName()
 
- 
- 
- 
Field Detail- 
EMPTY_ARRAYpublic static final GroovyClass[] EMPTY_ARRAY 
 
- 
 
-