Class ElementValuePrimitiveType

java.lang.Object
org.jd.core.v1.model.classfile.attribute.ElementValuePrimitiveType
All Implemented Interfaces:
ElementValue

public class ElementValuePrimitiveType extends Object implements ElementValue
  • Field Details

    • type

      protected int type
    • constValue

      protected ConstantValue constValue
  • Constructor Details

    • ElementValuePrimitiveType

      public ElementValuePrimitiveType(int type, ConstantValue constValue)
  • Method Details