org.jboss.classfilewriter.constpool
Class ConstPoolEntry
java.lang.Object
org.jboss.classfilewriter.constpool.ConstPoolEntry
- All Implemented Interfaces:
- WritableEntry
- Direct Known Subclasses:
- ClassEntry, DoubleEntry, FieldRefEntry, FloatEntry, IntegerEntry, InterfaceMethodRefEntry, LongEntry, MethodRefEntry, NameAndTypeEntry, StringEntry, Utf8Entry
public abstract class ConstPoolEntry
- extends Object
- implements WritableEntry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstPoolEntry
public ConstPoolEntry()
write
public final void write(ByteArrayDataOutputStream stream)
throws IOException
- Specified by:
write
in interface WritableEntry
- Throws:
IOException
writeData
public abstract void writeData(DataOutputStream stream)
throws IOException
- Throws:
IOException
getType
public abstract ConstPoolEntryType getType()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.