fr.umlv.corosol.classfile.attribute
Interface JConstantValueAttribute

All Superinterfaces:
JAttribute, JClassFileItem, JObject
All Known Implementing Classes:
DefaultJConstantValueAttribute

public interface JConstantValueAttribute
extends JAttribute

A JConstantValueAttribute object represents an ConstantValue attribute.

A ConstantValue attribute contains the value of a static field.

Author:
Christophe Deleray

Field Summary
 
Fields inherited from interface fr.umlv.corosol.classfile.attribute.JAttribute
CODE, CONSTANT_VALUE, DEPRECATED, EXCEPTIONS, INNER_CLASSES, LINE_NUMBER_TABLE, LOCAL_VARIABLE_TABLE, SOURCE_FILE, SYNTHETIC
 
Method Summary
 JConstant getConstant()
          Returns the JConstant object which contains the value of a static field.
 
Methods inherited from interface fr.umlv.corosol.classfile.attribute.JAttribute
getName, getSize, toString
 
Methods inherited from interface fr.umlv.corosol.classfile.JClassFileItem
getConstantPool, readItem, setConstantPool, writeItem
 

Method Detail

getConstant

JConstant getConstant()
Returns the JConstant object which contains the value of a static field.

See Also:
JConstant