org.eclipse.rse.services.clientserver.java
Class MethodRefInfo
java.lang.Object
org.eclipse.rse.services.clientserver.java.AbstractCPInfo
org.eclipse.rse.services.clientserver.java.AbstractRefInfo
org.eclipse.rse.services.clientserver.java.MethodRefInfo
- public class MethodRefInfo
- extends AbstractRefInfo
This class represents method reference information.
| Fields inherited from class org.eclipse.rse.services.clientserver.java.AbstractCPInfo |
tag |
|
Constructor Summary |
MethodRefInfo(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 |
MethodRefInfo
public MethodRefInfo(short tag,
int classIndex,
int nameAndTypeIndex)
- Constructor.
- Parameters:
tag - the tag.classIndex - the class index.nameAndTypeIndex - the name and type index.
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.