org.eclipse.rse.services.clientserver.java
Class FieldInfo
java.lang.Object
org.eclipse.rse.services.clientserver.java.AbstractCommonInfo
org.eclipse.rse.services.clientserver.java.FieldInfo
- public class FieldInfo
- extends AbstractCommonInfo
This class represents a field.
|
Constructor Summary |
FieldInfo(int accessFlags,
int nameIndex,
int descriptorIndex,
int attributesCount,
AbstractAttributeInfo[] attributes)
Constructor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.