Package org.vesalainen.bcc
Class ConstantInfo.Filler
- java.lang.Object
-
- org.vesalainen.bcc.ConstantInfo
-
- org.vesalainen.bcc.ConstantInfo.Filler
-
- All Implemented Interfaces:
Writable
- Enclosing class:
- ConstantInfo
static class ConstantInfo.Filler extends ConstantInfo
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.vesalainen.bcc.ConstantInfo
ConstantInfo.Clazz, ConstantInfo.ConstantDouble, ConstantInfo.ConstantFloat, ConstantInfo.ConstantInteger, ConstantInfo.ConstantLong, ConstantInfo.ConstantString, ConstantInfo.Fieldref, ConstantInfo.Filler, ConstantInfo.InterfaceMethodref, ConstantInfo.Methodref, ConstantInfo.NameAndType, ConstantInfo.Ref, ConstantInfo.Utf8
-
-
Field Summary
-
Fields inherited from class org.vesalainen.bcc.ConstantInfo
CONSTANT_Class, CONSTANT_Double, CONSTANT_Fieldref, CONSTANT_Float, CONSTANT_Integer, CONSTANT_InterfaceMethodref, CONSTANT_Long, CONSTANT_Methodref, CONSTANT_NameAndType, CONSTANT_String, CONSTANT_Utf8
-
-
Constructor Summary
Constructors Constructor Description Filler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitialize(java.io.DataInput in)voidwrite(java.io.DataOutput out)-
Methods inherited from class org.vesalainen.bcc.ConstantInfo
getTag, read
-
-
-
-
Method Detail
-
initialize
protected void initialize(java.io.DataInput in) throws java.io.IOException- Specified by:
initializein classConstantInfo- Throws:
java.io.IOException
-
write
public void write(java.io.DataOutput out) throws java.io.IOException- Specified by:
writein interfaceWritable- Overrides:
writein classConstantInfo- Throws:
java.io.IOException
-
-