Interface MutableStatement


public interface MutableStatement
Mutable statement interface. Each mutable statement must be sealed as the last step of statement parser processing.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Finish statement and make it immutable.
  • Method Details

    • seal

      void seal()
      Finish statement and make it immutable. After this method is invoked, any further modifications of current object are not allowed.