Class ConstantValue

java.lang.Object
org.jd.core.v1.model.classfile.constant.Constant
org.jd.core.v1.model.classfile.constant.ConstantValue
Direct Known Subclasses:
ConstantDouble, ConstantFloat, ConstantInteger, ConstantLong, ConstantUtf8

public abstract class ConstantValue extends Constant
  • Constructor Details

    • ConstantValue

      protected ConstantValue(byte tag)