Package org.codehaus.janino.util
Class ClassFile.ConstantValueAttribute
- java.lang.Object
-
- org.codehaus.janino.util.ClassFile.AttributeInfo
-
- org.codehaus.janino.util.ClassFile.ConstantValueAttribute
-
- Enclosing class:
- ClassFile
public static class ClassFile.ConstantValueAttribute extends ClassFile.AttributeInfo
Representation of a "ConstantValue" attribute (see JVMS 4.7.2).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short
getConstantValueIndex()
protected void
storeBody(java.io.DataOutputStream dos)
-
Methods inherited from class org.codehaus.janino.util.ClassFile.AttributeInfo
store
-
-
-
-
Method Detail
-
getConstantValueIndex
public short getConstantValueIndex()
-
storeBody
protected void storeBody(java.io.DataOutputStream dos) throws java.io.IOException
- Specified by:
storeBody
in classClassFile.AttributeInfo
- Throws:
java.io.IOException
-
-