RSE
Release 1.0

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

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

public class FieldInfo
extends AbstractCommonInfo

This class represents a field.


Field Summary
 
Fields inherited from class org.eclipse.rse.services.clientserver.java.AbstractCommonInfo
accessFlags, attributes, attributesCount, descriptorIndex, nameIndex
 
Constructor Summary
FieldInfo(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

FieldInfo

public FieldInfo(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.