org.eclipse.rse.services.clientserver.java
Class MethodInfo
java.lang.Object
org.eclipse.rse.services.clientserver.java.AbstractCommonInfo
org.eclipse.rse.services.clientserver.java.MethodInfo
- public class MethodInfo
- extends AbstractCommonInfo
This class represents a method.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodInfo
public MethodInfo(int accessFlags,
int nameIndex,
int descriptorIndex,
int attributesCount,
AbstractAttributeInfo[] attributes)
- Constructor.
- Parameters:
accessFlags - the access flags.nameIndex - the name index.descriptorIndex - the descriptor index.attributesCount - the number of attributes.attributes - the attributes.
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.