classfilewriter 1.0.0.Final

org.jboss.classfilewriter.constpool
Class FieldRefEntry

java.lang.Object
  extended by org.jboss.classfilewriter.constpool.ConstPoolEntry
      extended by org.jboss.classfilewriter.constpool.FieldRefEntry
All Implemented Interfaces:
WritableEntry

public class FieldRefEntry
extends ConstPoolEntry


Constructor Summary
FieldRefEntry(short classIndex, short nameAndTypeIndex)
           
 
Method Summary
 ConstPoolEntryType getType()
           
 void writeData(DataOutputStream stream)
           
 
Methods inherited from class org.jboss.classfilewriter.constpool.ConstPoolEntry
write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldRefEntry

public FieldRefEntry(short classIndex,
                     short nameAndTypeIndex)
Method Detail

getType

public ConstPoolEntryType getType()
Specified by:
getType in class ConstPoolEntry

writeData

public void writeData(DataOutputStream stream)
               throws IOException
Specified by:
writeData in class ConstPoolEntry
Throws:
IOException

classfilewriter 1.0.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.