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
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