public final class ReflectGeneratedClass extends LoadedGeneratedClass
Modifier and Type | Field and Description |
---|---|
private static GeneratedMethod[] |
directs |
private java.util.Hashtable<java.lang.String,GeneratedMethod> |
methodCache |
Constructor and Description |
---|
ReflectGeneratedClass(ClassFactory cf,
java.lang.Class jvmClass) |
Modifier and Type | Method and Description |
---|---|
GeneratedMethod |
getMethod(java.lang.String simpleName)
Obtain a handle to the method with the given name
that takes no arguments.
|
getClassLoaderVersion, getJVMClass, getName, newInstance
private final java.util.Hashtable<java.lang.String,GeneratedMethod> methodCache
private static final GeneratedMethod[] directs
public ReflectGeneratedClass(ClassFactory cf, java.lang.Class jvmClass)
public GeneratedMethod getMethod(java.lang.String simpleName) throws StandardException
GeneratedClass
StandardException
- Standard Derby error policyApache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.