jas
Class Method
java.lang.Object
jas.Method
- public class Method
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 RuntimeConstantsname
- CP item representing name of method.sig
- CP item representing signature for objectex
- Any exceptions associated with object
Copyright © 2004 Jonathan Meyer, USA All rights reserved.