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

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

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