dioscuri.module.cpu32
Class ConstantPoolInfo.NameAndTypeInfo

java.lang.Object
  extended by dioscuri.module.cpu32.ConstantPoolInfo
      extended by dioscuri.module.cpu32.ConstantPoolInfo.NameAndTypeInfo
Enclosing class:
ConstantPoolInfo

public static class ConstantPoolInfo.NameAndTypeInfo
extends ConstantPoolInfo


Nested Class Summary
 
Nested classes/interfaces inherited from class dioscuri.module.cpu32.ConstantPoolInfo
ConstantPoolInfo.ClassInfo, ConstantPoolInfo.DoubleInfo, ConstantPoolInfo.FieldRefInfo, ConstantPoolInfo.FloatInfo, ConstantPoolInfo.IntegerInfo, ConstantPoolInfo.InterfaceMethodRefInfo, ConstantPoolInfo.LongInfo, ConstantPoolInfo.MethodRefInfo, ConstantPoolInfo.NameAndTypeInfo, ConstantPoolInfo.StringInfo, ConstantPoolInfo.Utf8Info
 
Field Summary
 
Fields inherited from class dioscuri.module.cpu32.ConstantPoolInfo
CLASS, DOUBLE, FIELDREF, FLOAT, INTEGER, INTERFACEMETHODREF, LONG, METHODREF, NAMEANDTYPE, STRING, UTF8
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getDescriptorIndex()
           
 int getNameIndex()
           
 int getTag()
           
 int hashCode()
           
 java.lang.String toString()
           
 void write(java.io.DataOutputStream out)
           
 
Methods inherited from class dioscuri.module.cpu32.ConstantPoolInfo
construct
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getTag

public int getTag()
Specified by:
getTag in class ConstantPoolInfo
Returns:
-

getNameIndex

public int getNameIndex()
Returns:
-

getDescriptorIndex

public int getDescriptorIndex()
Returns:
-

write

public void write(java.io.DataOutputStream out)
           throws java.io.IOException
Specified by:
write in class ConstantPoolInfo
Parameters:
out -
Throws:
java.io.IOException

hashCode

public int hashCode()
Overrides:
hashCode in class ConstantPoolInfo

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in class ConstantPoolInfo

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object