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 MethodReference

All Superinterfaces:
FieldOrMethodReference, Reference

public interface MethodReference
extends FieldOrMethodReference

Describes the aspects of a reference of a method.

Author:
Martin Kersten
See Also:
FieldReference, FieldOrMethodReference, ReferenceManager, AbstractMethodReference

Method Summary
 Method getMethod()
          Returns the referred Method instance or null if not set.
 MethodParameters getParameters()
          Returns the parameter signature of the referred method.
 
Methods inherited from interface jmt.codebase.FieldOrMethodReference
getName, getOwner
 
Methods inherited from interface jmt.codebase.Reference
isReferring, set
 

Method Detail

getMethod

public Method getMethod()
Returns the referred Method instance or null if not set.

Returns:
The referred Method instance or null

getParameters

public MethodParameters getParameters()
Returns the parameter signature of the referred method.

Returns:
The parameter signature of the referred method