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 shortgetConstantValueIndex()protected voidstoreBody(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:
storeBodyin classClassFile.AttributeInfo- Throws:
java.io.IOException
-
-