Login | Register
My pages Projects Community openCollabNet

The Tigris site will receive a major upgrade the evening of Monday, December 1, beginning at 8:30 pm PST. Downtime is projected to be about ten hours. Further details in the announcement


jmt.codebase
Interface FieldOrMethodReference

All Superinterfaces:
Reference
All Known Subinterfaces:
FieldReference, MethodReference

public interface FieldOrMethodReference
extends Reference

Describes the shared aspects of a field reference and a method reference.

Author:
Martin Kersten
See Also:
FieldOrMethod, Field, Method

Method Summary
 java.lang.String getName()
          Returns the name of the referred field or method.
 ClassReference getOwner()
          Returns the ClassReference instance of the class or interface the field or method belongs to.
 
Methods inherited from interface jmt.codebase.Reference
isReferring, set
 

Method Detail

getName

public java.lang.String getName()
Returns the name of the referred field or method.

Returns:
The name of the referred field or method

getOwner

public ClassReference getOwner()
Returns the ClassReference instance of the class or interface the field or method belongs to.

Returns:
The ClassReference instance of the class or interface the field or method belongs to