Interface MutableStatement
public interface MutableStatement
Mutable statement interface. Each mutable statement must be sealed as the
last step of statement parser processing.
-
Method Summary
-
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.
-