RSE
Release 1.0

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

java.lang.Object
  extended byorg.eclipse.rse.services.clientserver.java.AbstractCPInfo
      extended byorg.eclipse.rse.services.clientserver.java.AbstractRefInfo
Direct Known Subclasses:
FieldRefInfo, InterfaceMethodRefInfo, MethodRefInfo

public abstract class AbstractRefInfo
extends AbstractCPInfo

This class represents reference information.


Field Summary
protected  int classIndex
           
protected  int nameAndTypeIndex
           
 
Fields inherited from class org.eclipse.rse.services.clientserver.java.AbstractCPInfo
tag
 
Constructor Summary
AbstractRefInfo(short tag, int classIndex, int nameAndTypeIndex)
          Constructor.
 
Method Summary
 int getClassIndex()
          Returns the class index.
 int getNameAndTypeIndex()
          Returns the name and type index.
 
Methods inherited from class org.eclipse.rse.services.clientserver.java.AbstractCPInfo
getTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classIndex

protected int classIndex

nameAndTypeIndex

protected int nameAndTypeIndex
Constructor Detail

AbstractRefInfo

public AbstractRefInfo(short tag,
                       int classIndex,
                       int nameAndTypeIndex)
Constructor.

Parameters:
tag - the tag.
classIndex - the class index.
nameAndTypeIndex -
Method Detail

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.

RSE
Release 1.0

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