Groovy 1.7.0

org.codehaus.groovy.tools
Class GroovyClass

java.lang.Object
  org.codehaus.groovy.tools.GroovyClass

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, hashCode, getClass, equals, toString, notify, notifyAll
 

Field Detail

EMPTY_ARRAY

static final GroovyClass[] EMPTY_ARRAY


 
Constructor Detail

GroovyClass

public GroovyClass(String name, byte[] bytes)


 
Method Detail

getBytes

public byte[] getBytes()


getName

public String getName()


 

Copyright © 2003-2009 The Codehaus. All rights reserved.