All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class hpjava.compiler.reflection.MethodReflector

java.lang.Object
    |
    +----hpjava.compiler.reflection.MethodReflector

public abstract class MethodReflector
extends Object
implements MemberReflector

Constructor Index

 o MethodReflector()

Method Index

 o getDeclaringClass()
 o getModifier()
 o getName()
 o getReturnTypeName()
 o show(String, PrintStream)

Constructors

 o MethodReflector
public MethodReflector()

Methods

 o getDeclaringClass
public abstract ClassReflector getDeclaringClass()
 o getModifier
public abstract ModifierReflector getModifier()
 o getName
public abstract String getName()
 o getReturnTypeName
public abstract String getReturnTypeName()
 o show
public void show(String space,
                 PrintStream out)

All Packages  Class Hierarchy  This Package  Previous  Next  Index