jas
Class Method

java.lang.Object
  extended byjas.Method

public class Method
extends Object


Constructor Summary
Method(short macc, CP name, CP sig, CodeAttr cd, ExceptAttr ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
ex - Any exceptions associated with object


Copyright © 2004 Jonathan Meyer, USA All rights reserved.