com.gomjabbar.classes.bytecode
Class AttributeInfo.ConstantValueInfo

java.lang.Object
  |
  +--com.gomjabbar.classes.bytecode.AttributeInfo.ConstantValueInfo
Enclosing class:
AttributeInfo

public static class AttributeInfo.ConstantValueInfo
extends java.lang.Object


Constructor Summary
AttributeInfo.ConstantValueInfo(AttributeInfo ai)
           
 
Method Summary
static AttributeInfo createConstantValueAttribute(PseudoClassFile pcf, byte[] type_index, byte[] value_index)
           
 java.lang.Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeInfo.ConstantValueInfo

public AttributeInfo.ConstantValueInfo(AttributeInfo ai)
Method Detail

createConstantValueAttribute

public static AttributeInfo createConstantValueAttribute(PseudoClassFile pcf,
                                                         byte[] type_index,
                                                         byte[] value_index)

getValue

public java.lang.Object getValue()