org.reflext.api
Interface MemberInfo

All Known Subinterfaces:
FieldInfo, MethodInfo

public interface MemberInfo

Version:
$Revision$
Author:
Julien Viet

Method Summary
 AccessScope getAccess()
          Returns the access scope of this method.
 java.lang.String getName()
          Returns the method name.
 ClassTypeInfo getOwner()
          Returns the class type owning this method.
 

Method Detail

getOwner

ClassTypeInfo getOwner()
Returns the class type owning this method.

Returns:
the class type

getName

java.lang.String getName()
Returns the method name.

Returns:
the method name

getAccess

AccessScope getAccess()
Returns the access scope of this method.

Returns:
the access scope


Copyright © 2011 eXo Platform SAS. All Rights Reserved.