Class DynamicValue<T>

    • Field Detail

      • body

        protected final Object body
    • Constructor Detail

      • DynamicValue

        protected DynamicValue​(Object body)
        Constructor for a dynamic value whose body is NOT a script.
        Parameters:
        body - the dynamic value body. Must not be a script.
      • DynamicValue

        protected DynamicValue​(DynamicValue<?> original)