org.eclipse.rse.services.clientserver.java
Class AbstractRefInfo
java.lang.Object
org.eclipse.rse.services.clientserver.java.AbstractCPInfo
org.eclipse.rse.services.clientserver.java.AbstractRefInfo
- Direct Known Subclasses:
- FieldRefInfo, InterfaceMethodRefInfo, MethodRefInfo
- public abstract class AbstractRefInfo
- extends AbstractCPInfo
This class represents reference information.
| Fields inherited from class org.eclipse.rse.services.clientserver.java.AbstractCPInfo |
tag |
|
Constructor Summary |
AbstractRefInfo(short tag,
int classIndex,
int nameAndTypeIndex)
Constructor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
classIndex
protected int classIndex
nameAndTypeIndex
protected int nameAndTypeIndex
AbstractRefInfo
public AbstractRefInfo(short tag,
int classIndex,
int nameAndTypeIndex)
- Constructor.
- Parameters:
tag - the tag.classIndex - the class index.nameAndTypeIndex -
getClassIndex
public int getClassIndex()
- Returns the class index.
- Returns:
- the class index.
getNameAndTypeIndex
public int getNameAndTypeIndex()
- Returns the name and type index.
- Returns:
- the name and type index.
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.