Interface NestedProcedureBlockInstance<ENVIRONMENT extends IScratchEnvironment,INSTANCE extends NestedProcedureBlockInstance<ENVIRONMENT,INSTANCE>>

All Superinterfaces:
IScratchBlockInstance<ENVIRONMENT>, IScratchContext<INSTANCE>
All Known Implementing Classes:
RepeatBlock.Instance, UnaryNestedProcedureBlock.Instance

public interface NestedProcedureBlockInstance<ENVIRONMENT extends IScratchEnvironment,INSTANCE extends NestedProcedureBlockInstance<ENVIRONMENT,INSTANCE>> extends IScratchBlockInstance<ENVIRONMENT>, IScratchContext<INSTANCE>