ArrayPredictionContext.of constructor

ArrayPredictionContext.of(
  1. SingletonPredictionContext a
)

Implementation

ArrayPredictionContext.of(SingletonPredictionContext a)
    : this([a.parent], [a.returnState]);