| Implements the Nodes that represents methods.
A MethodNode contains the type signature of the method it represents as well as
information about whether the method was tested or untested, and is a one-line method,
constructor, etc. See the MethodCategoryColor class for Font colors used.
author: Joy M. Agustin version: $Id: MethodNode.java,v 1.1 2004/11/07 00:32:40 timshadel Exp $ |