Class ConstantValueAttribute

java.lang.Object
com.strobel.assembler.ir.attributes.SourceAttribute
com.strobel.assembler.ir.attributes.ConstantValueAttribute

public final class ConstantValueAttribute extends SourceAttribute
  • Field Details

    • _value

      private final Object _value
  • Constructor Details

    • ConstantValueAttribute

      public ConstantValueAttribute(Object value)
  • Method Details

    • getValue

      public Object getValue()