All Packages Class Hierarchy This Package Previous Next Index
Class hpjava.compiler.reflection.ClassReflectorByByteCode
java.lang.Object
|
+----hpjava.compiler.reflection.ClassReflector
|
+----hpjava.compiler.reflection.ClassReflectorByByteCode
- public class ClassReflectorByByteCode
- extends ClassReflector
cls-
ClassReflectorByByteCode(Class)
-
getComponentType()
-
getConstructor(String[])
-
getConstructors()
-
getDeclaredField(String)
-
getDeclaredFields()
-
getDeclaredMethod(String, String[])
-
getDeclaredMethods()
-
getInterfaceNames()
-
getModifier()
-
getName()
-
getSuperclassName()
-
isArray()
-
isDistArray()
-
isInterface()
-
isPrimitive()
-
showConstructors(String, PrintStream)
-
showDeclaredFields(String, PrintStream)
-
showDeclaredMethods(String, PrintStream)
-
cls
protected Class cls
ClassReflectorByByteCode
public ClassReflectorByByteCode(Class cls)
getComponentType
public ClassReflector getComponentType()
- Overrides:
- getComponentType in class ClassReflector
getConstructor
public ConstructorReflector getConstructor(String[] paratypeName) throws NoSuchMethodException, SecurityException
- Overrides:
- getConstructor in class ClassReflector
getConstructors
public ConstructorReflector[] getConstructors() throws SecurityException
- Overrides:
- getConstructors in class ClassReflector
getDeclaredField
public FieldReflector getDeclaredField(String name) throws NoSuchFieldException, SecurityException
- Overrides:
- getDeclaredField in class ClassReflector
getDeclaredFields
public FieldReflector[] getDeclaredFields() throws SecurityException
- Overrides:
- getDeclaredFields in class ClassReflector
getDeclaredMethod
public MethodReflector getDeclaredMethod(String name,
String[] paratypeName) throws NoSuchMethodException, SecurityException
- Overrides:
- getDeclaredMethod in class ClassReflector
getDeclaredMethods
public MethodReflector[] getDeclaredMethods() throws SecurityException
- Overrides:
- getDeclaredMethods in class ClassReflector
getSuperclassName
public String getSuperclassName()
- Overrides:
- getSuperclassName in class ClassReflector
getInterfaceNames
public String[] getInterfaceNames()
- Overrides:
- getInterfaceNames in class ClassReflector
getModifier
public ModifierReflector getModifier()
- Overrides:
- getModifier in class ClassReflector
getName
public String getName()
- Overrides:
- getName in class ClassReflector
isArray
public boolean isArray()
- Overrides:
- isArray in class ClassReflector
isDistArray
public boolean isDistArray()
- Overrides:
- isDistArray in class ClassReflector
isInterface
public boolean isInterface()
- Overrides:
- isInterface in class ClassReflector
isPrimitive
public boolean isPrimitive()
- Overrides:
- isPrimitive in class ClassReflector
showConstructors
protected void showConstructors(String space,
PrintStream out)
- Overrides:
- showConstructors in class ClassReflector
showDeclaredFields
protected void showDeclaredFields(String space,
PrintStream out)
- Overrides:
- showDeclaredFields in class ClassReflector
showDeclaredMethods
protected void showDeclaredMethods(String space,
PrintStream out)
- Overrides:
- showDeclaredMethods in class ClassReflector
All Packages Class Hierarchy This Package Previous Next Index