polyglot.types.reflect
Class ConstantValue

java.lang.Object
  extended by polyglot.types.reflect.Attribute
      extended by polyglot.types.reflect.ConstantValue

public class ConstantValue
extends Attribute

The ConstantValue attribute stores an index into the constant pool that represents constant value. A class's static fields have constant value attributes.

Author:
Nate Nystrom (nystrom@cs.purdue.edu)
See Also:
Field

Field Summary
 
Fields inherited from class polyglot.types.reflect.Attribute
length, nameIndex
 
Method Summary
 int getIndex()
           
 
Methods inherited from class polyglot.types.reflect.Attribute
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIndex

public int getIndex()