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