RSE
Release 1.0

org.eclipse.rse.services.clientserver.java
Class MethodInfo

java.lang.Object
  extended byorg.eclipse.rse.services.clientserver.java.AbstractCommonInfo
      extended byorg.eclipse.rse.services.clientserver.java.MethodInfo

public class MethodInfo
extends AbstractCommonInfo

This class represents a method.


Field Summary
 
Fields inherited from class org.eclipse.rse.services.clientserver.java.AbstractCommonInfo
accessFlags, attributes, attributesCount, descriptorIndex, nameIndex
 
Constructor Summary
MethodInfo(int accessFlags, int nameIndex, int descriptorIndex, int attributesCount, AbstractAttributeInfo[] attributes)
          Constructor.
 
Methods inherited from class org.eclipse.rse.services.clientserver.java.AbstractCommonInfo
getAccessFlags, getAttributes, getAttributesCount, getDescriptorIndex, getNameIndex, setAccessFlags, setAttributes, setAttributesCount, setDescriptorIndex, setNameIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.