|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.rse.services.clientserver.java.AbstractCommonInfo
This class represents information about a field or method.
| Field Summary | |
|---|---|
protected int |
accessFlags
|
protected AbstractAttributeInfo[] |
attributes
|
protected int |
attributesCount
|
protected int |
descriptorIndex
|
protected int |
nameIndex
|
| Constructor Summary | |
|---|---|
AbstractCommonInfo(int accessFlags,
int nameIndex,
int descriptorIndex,
int attributesCount,
AbstractAttributeInfo[] attributes)
Constructor. |
|
| Method Summary | |
|---|---|
int |
getAccessFlags()
Returns the access flags. |
AbstractAttributeInfo[] |
getAttributes()
Returns the attributes. |
int |
getAttributesCount()
Returns the number of attributes. |
int |
getDescriptorIndex()
Returns the descriptor index. |
int |
getNameIndex()
Returns the name index. |
void |
setAccessFlags(int accessFlags)
Sets the access flags. |
void |
setAttributes(AbstractAttributeInfo[] attributes)
Sets the attributes. |
void |
setAttributesCount(int attributesCount)
Sets the number of attributes. |
void |
setDescriptorIndex(int descriptorIndex)
Sets the descriptor index. |
void |
setNameIndex(int nameIndex)
Sets the name index. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected int accessFlags
protected int nameIndex
protected int descriptorIndex
protected int attributesCount
protected AbstractAttributeInfo[] attributes
| Constructor Detail |
public AbstractCommonInfo(int accessFlags,
int nameIndex,
int descriptorIndex,
int attributesCount,
AbstractAttributeInfo[] attributes)
accessFlags - the access flags.nameIndex - the name index.descriptorIndex - the descriptor index.attributesCount - the number of attributes.attributes - the attributes.| Method Detail |
public int getAccessFlags()
public void setAccessFlags(int accessFlags)
accessFlags - the access flags.public AbstractAttributeInfo[] getAttributes()
public void setAttributes(AbstractAttributeInfo[] attributes)
attributes - the attributes.public int getAttributesCount()
public void setAttributesCount(int attributesCount)
attributesCount - the number of attributes.public int getDescriptorIndex()
public void setDescriptorIndex(int descriptorIndex)
descriptorIndex - the descriptor index.public int getNameIndex()
public void setNameIndex(int nameIndex)
nameIndex - the name index.
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||