alt.jiapi.file
Class ConstantPool.NameAndTypeInfo

java.lang.Object
  extended by alt.jiapi.file.ConstantPool.Entry
      extended by alt.jiapi.file.ConstantPool.NameAndTypeInfo
Enclosing class:
ConstantPool

public class ConstantPool.NameAndTypeInfo
extends ConstantPool.Entry

Represents a CONSTANT_NameAndType in constant pool

See Also:
Virtual Machine Specification, 2nd edition, ch. 4.4.6

Method Summary
 java.lang.String getDescriptor()
           
 java.lang.String getName()
           
 java.lang.String toString()
           
 void writeData(java.io.DataOutputStream dos)
          Writes this Entry to DataOutputStream given.
 
Methods inherited from class alt.jiapi.file.ConstantPool.Entry
getEntryIndex, getTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDescriptor

public java.lang.String getDescriptor()

getName

public java.lang.String getName()

toString

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

writeData

public void writeData(java.io.DataOutputStream dos)
               throws java.io.IOException
Description copied from class: ConstantPool.Entry
Writes this Entry to DataOutputStream given.

Specified by:
writeData in class ConstantPool.Entry
Parameters:
dos - DataOutputStream used
Throws:
java.io.IOException


Copyright © 2001. Documenation generated August 26 2011.