proguard.classfile.attribute
Class ConstantValueAttribute
java.lang.Object
proguard.classfile.attribute.Attribute
proguard.classfile.attribute.ConstantValueAttribute
- All Implemented Interfaces:
- VisitorAccepter
public class ConstantValueAttribute
- extends Attribute
This Attribute represents a constant value attribute.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
u2constantValueIndex
public int u2constantValueIndex
ConstantValueAttribute
public ConstantValueAttribute()
- Creates an uninitialized ConstantValueAttribute.
ConstantValueAttribute
public ConstantValueAttribute(int u2attributeNameIndex,
int u2constantValueIndex)
- Creates an initialized ConstantValueAttribute.
accept
public void accept(Clazz clazz,
Field field,
AttributeVisitor attributeVisitor)
- Description copied from class:
Attribute
- Accepts the given visitor in the context of the given field.
- Overrides:
accept in class Attribute