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