com.jasml.classes
Class Constant_Fieldref

java.lang.Object
  extended bycom.jasml.classes.ConstantPoolItem
      extended bycom.jasml.classes.Constant_Fieldref

public class Constant_Fieldref
extends ConstantPoolItem


Field Summary
 int class_index
           
 int name_and_type_index
           
 
Fields inherited from class com.jasml.classes.ConstantPoolItem
tag, tagName
 
Constructor Summary
Constant_Fieldref(int class_index, int name_and_type_index)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

class_index

public int class_index

name_and_type_index

public int name_and_type_index
Constructor Detail

Constant_Fieldref

public Constant_Fieldref(int class_index,
                         int name_and_type_index)
Method Detail

toString

public java.lang.String toString()