[Java] Class GroovyClass
- org.codehaus.groovy.tools.GroovyClass
Field Summary
| Modifiers | Name | Description |
|---|---|---|
static GroovyClass[] | EMPTY_ARRAY |
Constructor Summary
| Constructor and description |
|---|
GroovyClass
(String name, byte[] bytes) |
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
byte[] |
getBytes() | |
String |
getName() |
Inherited Methods Summary
| Methods inherited from class | Name |
|---|---|
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()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/tools/GroovyClass.html