Class Method

java.lang.Object
All Implemented Interfaces:
Node

public final class Method extends FieldOrMethod
This class represents the method info structure, i.e., the representation for a method in the class. See JVM specification for details. A method has access flags, a name, a signature and a number of attributes.
Version:
$Id: Method.java,v 1.11 2009/09/15 19:40:12 aclement Exp $
Author:
M. Dahm