Class IntegerEntry
- java.lang.Object
-
- org.jboss.classfilewriter.constpool.ConstPoolEntry
-
- org.jboss.classfilewriter.constpool.IntegerEntry
-
- All Implemented Interfaces:
WritableEntry
public class IntegerEntry extends ConstPoolEntry
-
-
Field Summary
Fields Modifier and Type Field Description private int
value
-
Constructor Summary
Constructors Constructor Description IntegerEntry(int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstPoolEntryType
getType()
void
writeData(java.io.DataOutputStream stream)
-
Methods inherited from class org.jboss.classfilewriter.constpool.ConstPoolEntry
write
-
-
-
-
Method Detail
-
getType
public ConstPoolEntryType getType()
- Specified by:
getType
in classConstPoolEntry
-
writeData
public void writeData(java.io.DataOutputStream stream) throws java.io.IOException
- Specified by:
writeData
in classConstPoolEntry
- Throws:
java.io.IOException
-
-