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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ConstPoolEntryTypegetType()final voidwrite(ByteArrayDataOutputStream stream) abstract voidwriteData(DataOutputStream stream)
-
Constructor Details
-
ConstPoolEntry
public ConstPoolEntry()
-
-
Method Details
-
write
- Specified by:
writein interfaceWritableEntry- Throws:
IOException
-
writeData
- Throws:
IOException
-
getType
-