public class GroovyClass
extends Object
Holds the binary form of a compiled Groovy class.
| Modifiers | Name | Description |
|---|---|---|
static GroovyClass[] |
EMPTY_ARRAY |
Shared empty array instance. |
| Constructor and description |
|---|
GroovyClass(String name, byte[] bytes)Creates a compiled-class holder. |
Shared empty array instance.
Creates a compiled-class holder.
name - the binary class namebytes - the compiled class bytesReturns the compiled class bytes.
Returns the binary class name.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.