[Java] Class GroovyClass

  • org.codehaus.groovy.tools.GroovyClass

Field Summary

Fields
Modifiers Name Description
static GroovyClass[] EMPTY_ARRAY

Constructor Summary

Constructors
Constructor and description
GroovyClass (String name, byte[] bytes)

Methods Summary

Methods
Type Params Return Type Name and description
byte[] getBytes()
String getName()

Inherited Methods Summary

Inherited Methods
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