public class CodeGeneratorUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONSTRUCTOR_METHOD_NAME |
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
makeClass(String name,
byte[] def,
ProtectionDomain pd,
ClassLoader loader) |
public static final String CONSTRUCTOR_METHOD_NAME
public static Class<?> makeClass(String name, byte[] def, ProtectionDomain pd, ClassLoader loader)
Copyright © 2011–2018 Eclipse Foundation. All rights reserved.