org.apache.ws.jaxme.js.pattern
Class CompiledClassReflector
java.lang.Object
org.apache.ws.jaxme.js.pattern.CompiledClassReflector
- Reflector
public class CompiledClassReflector
extends java.lang.Object
Reflector for gathering information on a compiled class.
CompiledClassReflector(Class pClass) - Creates a new instance of
CompiledClassReflector ,
reading information from the given class.
|
CompiledClassReflector(String pName, ClassLoader pClassLoader) - Creates a new instance of
CompiledClassReflector ,
which loads the class named pName through
pClassLoader .
|
CompiledClassReflector
public CompiledClassReflector(Class pClass)
Creates a new instance of CompiledClassReflector
,
reading information from the given class.
CompiledClassReflector
public CompiledClassReflector(String pName,
ClassLoader pClassLoader)
throws ClassNotFoundException
Creates a new instance of CompiledClassReflector
,
which loads the class named pName
through
pClassLoader
.
getCompiledClass
public Class getCompiledClass()
Returns the compiled class being used to gather information.