Class jas.Method
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jas.Method

java.lang.Object
   |
   +----jas.Method

public class Method
extends Object

Constructor Index

 o Method(short, CP, CP, CodeAttr, ExceptAttr)

Constructors

 o Method
  public Method(short macc,
                CP name,
                CP sig,
                CodeAttr cd,
                ExceptAttr ex)
Parameters:
macc - method access permissions. It is a combination of the constants provided from RuntimeConstants
name - CP item representing name of method.
sig - CP item representing signature for object
code - The actual code for the object
ex - Any exceptions associated with object

All Packages  Class Hierarchy  This Package  Previous  Next  Index