| Constructor and Description |
|---|
StdMethod(CstType definingClass,
int accessFlags,
CstNat nat,
AttributeList attributes)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
Prototype |
getEffectiveDescriptor()
Get the effective method descriptor, which includes, if
necessary, a first
this parameter. |
getAccessFlags, getAttributes, getDefiningClass, getDescriptor, getName, getNat, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAccessFlags, getAttributes, getDefiningClass, getDescriptor, getName, getNatpublic StdMethod(CstType definingClass, int accessFlags, CstNat nat, AttributeList attributes)
definingClass - non-null; the defining classaccessFlags - access flagsnat - non-null; member name and type (descriptor)attributes - non-null; list of associated attributespublic Prototype getEffectiveDescriptor()
this parameter.getEffectiveDescriptor in interface Methodnon-null; the effective method descriptorCopyright © 2020. All Rights Reserved.