All Packages Class Hierarchy This Package Previous Next Index
Class hpjava.compiler.reflection.ConstructorReflectorByteCode
java.lang.Object
|
+----hpjava.compiler.reflection.ConstructorReflector
|
+----hpjava.compiler.reflection.ConstructorReflectorByteCode
- public class ConstructorReflectorByteCode
- extends ConstructorReflector
constructor-
getDeclaringClass()
-
getModifier()
-
getName()
-
constructor
protected Constructor constructor
getDeclaringClass
public ClassReflector getDeclaringClass()
- Overrides:
- getDeclaringClass in class ConstructorReflector
getName
public String getName()
- Overrides:
- getName in class ConstructorReflector
getModifier
public ModifierReflector getModifier()
- Overrides:
- getModifier in class ConstructorReflector
All Packages Class Hierarchy This Package Previous Next Index