Class JavaConstant.Simple.OfTrivialValue.ForInteger

All Implemented Interfaces:
ConstantValue, JavaConstant
Enclosing class:
JavaConstant.Simple.OfTrivialValue<S>

protected static class JavaConstant.Simple.OfTrivialValue.ForInteger extends JavaConstant.Simple.OfTrivialValue<Integer>
  • Constructor Details

    • ForInteger

      public ForInteger(Integer value)
  • Method Details

    • toStackManipulation

      public StackManipulation toStackManipulation()
      Returns a stack manipulation loading this value.
      Returns:
      A stack manipulation loading this value.