|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.tools.GroovyClass
public class GroovyClass extends Object
Field Summary | |
---|---|
static GroovyClass[] |
EMPTY_ARRAY
|
Constructor Summary | |
GroovyClass(String name, byte[] bytes)
|
Method Summary | |
---|---|
byte[]
|
getBytes()
|
String
|
getName()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
public static final GroovyClass[] EMPTY_ARRAY
Constructor Detail |
---|
public GroovyClass(String name, byte[] bytes)
Method Detail |
---|
public byte[] getBytes()
public String getName()
Copyright © 2003-2013 The Codehaus. All rights reserved.